On Tue, Apr 24, 2012 at 10:36 PM, 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? >
You *cannot* control the JMSMessageID. That is entirely up to the broker how the ID is assigned. > -- > 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. -- Claus Ibsen ----------------- CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
