There is an option on the camel-jms endpoint called 'messageIdEnabled'. Have you tried setting it to false?
See http://camel.apache.org/jms.html. HTH, Raul. On 24 Apr 2012, at 22:36, Jason Queen <[email protected]> wrote: > 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.
