correlationId

 

public byte[]

Specifies the correlation identifier of the message to be retrieved. This applies to MQQueue.get(). Normally the queue manager returns the first message whose message identifier and correlation identifier match those specified. The special value MQC.MQCI_NONE allows any correlation identifier to match.

For MQQueue.get() this specifies the correlation identifier to use.

The default value is MQC.MQCI_NONE.


uj13400_