We have givent the shut down strategy for the route like this:

camelContext.getShutdownStrategy().setTimeout(5);
camelContext.getShutdownStrategy().setTimeUnit(TimeUnit.SECONDS);
camelContext.getShutdownStrategy().setShutdownNowOnTimeout(true);

It is not stopping with in 5 seconds, it is taking default time out like 300
seconds,
Is there any way to configure the time out
        



--
View this message in context: 
http://camel.465427.n5.nabble.com/Unable-to-stop-the-route-tp5744772p5744920.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to