Re: What the main Difference between Stoppping the Route and Suspending the Route

2013-05-06 Thread Dayakar
-- View this message in context: http://camel.465427.n5.nabble.com/What-the-main-Difference-between-Stoppping-the-Route-and-Suspending-the-Route-tp5732059p5732068.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: What the main Difference between Stoppping the Route and Suspending the Route

2013-05-06 Thread Dayakar
Hi, Thanks for your Reply I Have gone through the link which you suggested. But i have some doubts regarding Stop and suspending the route. I Have a Route with following Code from("jms:queue:JobQueue") .routeId(getName()) .process(new JobProcessor(

Re: What the main Difference between Stoppping the Route and Suspending the Route

2013-05-06 Thread mdo
Dayakar wrote > Can you please explain the exact when we need to use stopRoute(id) and > suspendRoute(id) with an examples Have a look at this thread: http://camel.465427.n5.nabble.com/2-11-File2-Quartz-threads-leaking-td5731922.html Obviously there are some pitfalls and I think in essence you sh

Re: What the main Difference between Stoppping the Route and Suspending the Route

2013-05-06 Thread Claus Ibsen
Hi See this page http://camel.apache.org/lifecycle On Mon, May 6, 2013 at 8:54 AM, Dayakar wrote: > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/What-the-main-Difference-between-Stoppping-the-Route-and-Suspending-the-Route-tp5732059.html > Sent from the Camel -