Hi, I have a user case describe below. In my war myApp.war, I have initialized the CamelContext. There are three jars myApp1.jar, myApp2.jar and myApp3.jar. Each jar has it own routers defined separately and add those jars into the war.
How do I start the routers in each jar using same camelContext? Can I use the same CamelContext injected to each routers? If I cannot Initialize the CamelContext in the war and inject to the jar, Is it possible to start the camelContext in the jar itself and Start Routes. Appreciate if there a way to handle the above scenario with examples or direct me to the correct path. -- View this message in context: http://camel.465427.n5.nabble.com/Start-CamelContext-in-the-Jar-tp5779201.html Sent from the Camel - Users mailing list archive at Nabble.com.
