Thanks for your help.

I'm using java DSL, how should I do that?

        from("direct:mainRoute").
                to("route1").
                to("route2").
        end();

Please note that in route2 I need to see the entities that are persisted in
route1



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

Reply via email to