What I try to figure out is how I can do the following using Java DSL:

<route>
   <from uri="..." />
   <to uri="direct:route1" />
   <to uri="direct:route2" />
</route>

How exactly should I create a parent route that calls route1 and route2 in
sequential using java DSL?
I've tried different ways but non of them worked for me.
Should I use "pipeline()"  in the parent route?

Will in that case route1 commit the transaction before Camel invokes route2?

Thanks for all your help!





--
View this message in context: 
http://camel.465427.n5.nabble.com/Two-routes-two-transactions-tp5720484p5720509.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to