getJMSCorrelationID

 

public String getJMSCorrelationID() throws JMSException;

Gets the correlation ID for the message.

This method is used to return correlation ID values that are either provider-specific message IDs or application-specific Strings.

Returns

  • the correlation ID of a message as a String.

Exceptions

  • JMSException - with reason MQJMS_E_NO_UTF8


uj26500_