I want to be able in implement similar functionality like unix run levels ..
level 1 - start level 1 set of routes level 2 - run all from level 1 + level 2 specific routes. ... I want to be able to go from level 1 -> level 2 and vice versa. (starting/stopping the necessary routes..) What would be the best way to implement this? Currently I am leaning towards using different camel contexts for each level… Any help appreciated thank you —Z