Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
setJMSCorrelationID procedure
setJMSCorrelationID procedure
Sets the correlation ID.
Syntax
PROCEDURE setJMSCorrelationID
DEFINE INPUT PARAMETER
correlationID
AS CHARACTER.
Applies to
Message objects
Notes
This value is application-defined; typically it is set to the ID of the message replied to.
See also
setJMSCorrelationIDprocedure
,
getJMSCorrelationIDfunction
For more information, see the Accessing message header properties.