Re: transacted() after from()

2014-11-26 Thread geppo
Thank you! -- View this message in context: http://camel.465427.n5.nabble.com/transacted-after-from-tp5759661p5759663.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: transacted() after from()

2014-11-26 Thread Claus Ibsen
Hi No you should still add it to the top of the route. On Wed, Nov 26, 2014 at 5:47 PM, geppo wrote: > I ready in the Camel In Action book: > > “NOTE: When using transacted() in the Java DSL, you must add it right > after from() to ensure that the route is properly configured to use transac- > t