Hi, 

I have a setup where I run ActiveMQ and Camel together and hot deploy
blueprint xml routes. In some environments there are a lot of routes and as
such there are a lot of corresponding bundles installed (since I can not hot
deploy into a running camelContext/bundle). This all works well as far as I
can tell, except for when I need to shut down the application. 

I have written a small script that shuts down all camelContexts at once
(since before it happened sequentially and took additional time due to
routes having to shut down in series). But even with this fix the bundles
themselves take quite some time to stop. I imagine all bundles shut down in
sequential order as well and every single shutdown has a number of tasks it
needs to run through. Is there some fix available for this? Can I have them
shut down in parallel or skip some checks or something? 

Br, 
Anton



--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Reply via email to