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

setJMSCorrelationIDAsBytes procedure

Sets the bytes correlation ID, a proprietary (JMS-provider-dependent) value.

Syntax

PROCEDURE setJMSCorrelationIDAsBytes
DEFINE INPUT PARAMETER bytesCorrelationID AS RAW.

Applies to

Message objects

Notes

*The bytes correlation ID usage is proprietary (JMS-provider-dependent).
*When accessing SonicMQ, the bytesCorrelationID field can be used for storing application-defined values.

See also

setJMSCorrelationIDAsBytes procedure, getJMSCorrelationIDAsBytes function
For more information, see the Accessing message header properties.