Hi

Is it possible to alter an existing running route and add a Processor to
some point at the routes sequence using the camel api ? 

something like :

Route route = camelContext.getRoute(routeID);
route.suspend();
route.addProcessor(new SomeProcessor());
route.resume();

If it is possible please post a simple example.

Thanks,
Jacob

--
View this message in context: 
http://camel.465427.n5.nabble.com/Add-a-Processor-to-a-route-at-runtime-tp4257724p4257724.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to