There is a test case here: https://github.com/jwcarman/camel-sandbox
Which will show you how to do JMS in camel using a topic. It's just a sandbox, but it sets up what you need to play with JMS/camel using ActiveMQ On Fri, Oct 11, 2013 at 9:56 AM, gudiseashok <gudise.as...@gmail.com> wrote: > Hi James, > > Yeah thanks for pouring plenty of options :-), and I feel JMS Topic would > fit more in this situation. > Because what I want is, to have a main route (load on startup) which > kick-off another routes which does FTP download (with poll-enrich so it will > be keep on going), so by adding another routes like them should not disturb > the existing routes which are running. > > Also that makes sence, what you have told about tamperiing existing > multiprocessor. Shuttingdown existing existing routes and restart by adding > additional routes (But anyhow I will try the JMS Topic solution first before > doing this). > > Could you please provide (if you have already) UnitTestClass for this JMS > Topic - which calls to add routing , never mind if you dont have one. I will > start doing. > > Thanks again for taking time and helping me out. > > > Regards > Ashok Gudise > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Help-with-Dynamic-route-tp5741336p5741358.html > Sent from the Camel - Users mailing list archive at Nabble.com.