Re: Is it possible to dynamically build routes?

2012-06-25 Thread Murari Raghavan
Thanks Claus. -- View this message in context: http://camel.465427.n5.nabble.com/Is-it-possible-to-dynamically-build-routes-tp5714971p5715043.html Sent from the Camel Development mailing list archive at Nabble.com.

Is it possible to dynamically build routes?

2012-06-24 Thread Murari Raghavan
Hello, Is it possible to build routes dynamically based on a configuration file? Here is my scenario. The route is from inbox->shared->PROCESSOR->outbox. I want this to be dynamic instead of defining it in the overridden Configure method in MyRouteBuilder class. Existing: from(routes.getString