Hello,
I am trying to get a message from an MQ queue with the following selector:
JMSMessageID = ‘414d5120514d54563031202020202020343f47480342ac24’
The JMSMessageID is in hex value and I think that is why I am not able to retrieve the message. I would like to know if I have to convert the JMSMessageID value to ascii for the selector to work or if I have to somohow specify in the selector that the JMSMessageID is in hex value.
I really appreciate any input.
Regards,
Victor