We are setting queue.setTargetClient(1)
and JMSCorrelationID
from application side. Once response comes application in MQ, we JMSCorrelationID
value populated as HEX value.
For now, I am using the following selector pattern:
corlID = "JMSCorrelationID='ID:" + Hex.encodeHexString(corl.getBytes())+"'";
Do we know why this happening?