Re: inter-bundle camel routing

2014-04-10 Thread samslara
Thanks for the information. One other question, though, what about nmr? What are your thoughts on using NMR for interbundle routing? -- View this message in context: http://camel.465427.n5.nabble.com/inter-bundle-camel-routing-tp5750021p5750061.html Sent from the Camel - Users mailing list ar

Re: inter-bundle camel routing

2014-04-09 Thread pradeep
Hi, Yes, you can use camel direct-vm instead of direct component and it is for synchronous behavior. For async communication you can use camel-vm component. Refer this documentation for more info: camel-VM: http://camel.apache.org/vm.html Camel-Direct-vm: https://camel.apache.org/direct-vm.html