Re: Cannot shutdown CamelContext even call CamelContext.stop/ServiceHelper in another thread

2014-08-17 Thread Christian Müller
It's a really old version and we improved this in the more recent versions. Any chance to upgrade? Best, Christian - Software Integration Specialist Apache Member V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer Apache Incubator PMC Member https://www.linked

Re: Cannot shutdown CamelContext even call CamelContext.stop/ServiceHelper in another thread

2014-08-16 Thread sckwow
btw.. i already using another thread to stop the context -- View this message in context: http://camel.465427.n5.nabble.com/Cannot-shutdown-CamelContext-even-call-CamelContext-stop-ServiceHelper-in-another-thread-tp5755306p5755307.html Sent from the Camel - Users mailing list archive at Nabble.

Cannot shutdown CamelContext even call CamelContext.stop/ServiceHelper in another thread

2014-08-16 Thread sckwow
Hi, I am using Camel 2.8.2, sometimes the CamelContext.stop is not working if there is inflight message that is retrying forever in the processor due to exception. I assume that there will be force shutdown after the timeout... but sometimes it do force shutdown but sometimes force shutdown is not