I'm user ActiveMQ-5.10.0 and Camel-2.13.2. I have several routes that I can individually start and stop, but there are times when I watch to start or stop a group of routes. Some of these routes may not exist initially. For example, six months from now I may want to add a new route to an existing context.
I created Route1.xml file and attached the route to Camel Context "context1". Next, I created Route2.xml and attached that route to the same Camel Context "context1". I was hoping that both routes would be a part of the same context, but it looks like two instances of the same context name were created. -- View this message in context: http://karaf.922171.n3.nabble.com/Multiple-camel-routes-create-multiple-camel-context-with-the-same-name-but-different-start-times-tp4037394p4037396.html Sent from the Karaf - User mailing list archive at Nabble.com.
