Sorry, I read in other discussion thread that this is the normal behavior
since Exchange is the same across routes. However my doubt now if I can
achive the behaivor I was expeting if I do this trick:

Route 1:

<camel:route>            
   <camel:from uri="direct:start" />
   <camel:transacted />
.
.
.
   <camel:onCompletion>
        <camel:bean ref="cleanUp" />
        <camel:to  uri="seda:route2?waitForTaskToComplete=Never" />
   </camel:onCompletion>
</camel:route>



There is another required behavior: when route 2 starts,  transaction in
route 1 must be committed. Is a best practice to do this? Thanks !! 








--
View this message in context: 
http://camel.465427.n5.nabble.com/seda-endpoint-and-UoW-tp5734453p5734455.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to