Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : getJMSCorrelationID function
 

getJMSCorrelationID function

Returns the correlation ID.

Syntax

FUNCTION getJMSCorrelationID RETURNS CHARACTER.

Applies to

Message objects

Notes

This value is an application-defined correlation ID, typically the ID of the message replied to.

See also

setJMSCorrelationIDprocedure, getJMSCorrelationIDfunction
For more information, see the Accessing message header properties.