Re: Transaction rollback to JBI endpoint

2010-01-17 Thread Claus Ibsen
2010/1/17 Raphaël Delaporte : > Yes that's right, but I did not know where was the mistake. > Please forget this post since this is not camel related. > I just posted to ensure that if other read / find this post in the future they know where to look for the answers. > Raphaël > > > 2010/1/17 Cl

Re: Transaction rollback to JBI endpoint

2010-01-17 Thread Raphaël Delaporte
Yes that's right, but I did not know where was the mistake. Please forget this post since this is not camel related. Raphaël 2010/1/17 Claus Ibsen > 2010/1/16 Raphaël Delaporte : > > Hi, > > > > I'm using Camel 1.6 with ServiceMix 3.3. > > > > This is my route : > > JBI JMS consumer (with Serv

Re: Transaction rollback to JBI endpoint

2010-01-17 Thread Claus Ibsen
2010/1/16 Raphaël Delaporte : > Hi, > > I'm using Camel 1.6 with ServiceMix 3.3. > > This is my route : > JBI JMS consumer (with ServiceMix) -> Camel JBI endpoint -> Bean. > > My JMS consumer is XA transacted and when it fails to call the Camel JBI > endpoint, the JMS Message is rolledback into the

Transaction rollback to JBI endpoint

2010-01-16 Thread Raphaël Delaporte
Hi, I'm using Camel 1.6 with ServiceMix 3.3. This is my route : JBI JMS consumer (with ServiceMix) -> Camel JBI endpoint -> Bean. My JMS consumer is XA transacted and when it fails to call the Camel JBI endpoint, the JMS Message is rolledback into the queue (this is what I want). But if I call