Hi All,
I am using the JMS MQ adapter. After sending the message I would like to extract the Message ID from the message header.
What is the right way to do it?
I wrote a small Java service expecting the JMSMessage to be of type javax.jms.Message but that is not the case & I am getting a class cast exception.
Thanks in advance,
Rn