Re: Camel Thread does not terminate

2013-07-23 Thread Andreas Gies
Hi, It might be my complete ignorance of the problem, but have you considered to leave your context happily running and take advantage of the many mechanisms in Camel to leverage Thread pools and the like ? Just my 2 ct Andreas Am 7/23/13(30) 7:26 AM schrieb "SyedBhai" unter : >No. That doe

Re: Camel Thread does not terminate

2013-07-22 Thread SyedBhai
No. That doesn't help. Because it will shutdown the jvm. My project is a web app. It keeps serving incoming requests. For serving each request it uses camel framework. I am creating a thread for each request. The problem I may be facing is that this thread does not terminate because of using c

Re: Camel Thread does not terminate

2013-07-22 Thread bonnahu
Maybe you can try by adding System.exit() after cc.stop(); -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Thread-does-not-terminate-tp5736045p5736051.html Sent from the Camel - Users mailing list archive at Nabble.com.