Hi Shashank, have a look at the direct_vm component: http://camel.apache.org/direct-vm.html. Maybe you can use this component in combination with recipient list (https://camel.apache.org/recipient-list.html) where you dynamically can set the receiver URIs.
Regards Franz On Fri, Jul 10, 2015 at 10:51 AM, smjain <jain...@gmail.com> wrote: > Hi, > My scenario is like this. > I have a set of camel components(some provided as part of Camel and some > custom). > I want to run these bundles seperately as OSGi components and then a > seperate component(OSGi as well), which can then use these bundles to > orchestrate the flow. This means that we have a DSL defined in a seperate > bundle via which we can run the flow. > So as an example we have a dsl taking data from jetty and pushing to DB. So > jetty runs as seperate OSGi bundle and also the DB component. > Is it possible? > Thanks > Shashank > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Dynamic-Camel-Routes-tp5769082.html > Sent from the Camel - Users mailing list archive at Nabble.com.