Hi,

I'm working on a solution where I dynamically setup/remove routes based on 
external configuration. So far so good, it works good, a manager route handles 
this just good.
A thought would be to place the dynamic routes in another context. I can create 
new contexts from within the Java without problem but I can't seem to find a 
way to either list the active contexts and/or get a context by its name.

Also, are there any drawbacks on using another CamelContext instead of placing 
it all in the same one where the "manager route" also runs?

Thanks
/Gustav


Reply via email to