Re: SpringCamelContext suspend default behaviour

2014-10-14 Thread rrajen2
thx for the reply. incase if suspend() is not able to suspend a given route, will it kill that route after a specific period of time and continue with suspending the rest of the routes. I don't see any timeout parameter in the suspend method to configure the timeout period as well. Please elaborat

Re: SpringCamelContext suspend default behaviour

2014-10-13 Thread Willem Jiang
suspend is not like shutdown, it just suspend the route services and you can resume the route services without spend lots of time. If it takes a long time to suspend the camel context, maybe there are some inflight messages which are not processed. Maybe you can go through the log for more infor