getJMSCorrelationIDAsBytes

 

public byte[] getJMSCorrelationIDAsBytes() throws JMSException;

Gets the correlation ID as an array of bytes for the message.

The use of a byte[] value for JMSCorrelationID is not portable.

Returns

  • the correlation ID of a message as an array of bytes.

Exceptions

  • JMSException - if an internal error occurs.


uj26510_