--
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.
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(
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
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 -