I have a camel route that moves a message from an ActiveMQ queue to a WebsphereMQ queue. In between the 2 endpoints I grab message and modify the body. I also grab the JMSMessageID and store it. After this I set the JMSMessageID to a different number and stick it on the Exchange. When the message arrives on the WebsphereMQ the JMSMessageID is different then what I set it to. I'm using camel 2.8.4. Is there a way to make camel not change the JMSMessageID?
-- View this message in context: http://camel.465427.n5.nabble.com/JMS-route-changes-the-JMSMessageID-tp5663255p5663255.html Sent from the Camel - Users mailing list archive at Nabble.com.
