By separating your integration concerns into separate bundles, you can update each bundle separately without redeploying and restarting all the Camel routes. Your bundles can speak through JMS (separate machines), or they can even use the direct-vm endpoint (all in the same OSGi instance, just separate bundles).
On 17 November 2015 at 21:47, hayden74 <hdr...@gmail.com> wrote: > Thanks for the reply souciance. I am a little bit not clear on what you > mean > by "separate integration" though. Can you please elaborate more? > > I know that OSGi bundles can communicate inside the OSGi container but > accessing the OSGi from outside is the part that confuses me. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Why-using-camel-routes-via-activemq-in-Apache-karaf-tp5774011p5774017.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Matt Sicker <boa...@gmail.com>