Re: Camel-Spring Application Start and Stop

2013-03-21 Thread Maruan Sahyoun
Hi, maybe these examples will help? http://camel.apache.org/how-can-i-stop-a-route-from-a-route.html http://blog.nanthrax.net/2011/08/use-camel-cxf-and-karaf-to-implement-batches/ Kind regards Maruan Sahyoun Am 21.03.2013 um 11:41 schrieb Bilgin Ibryam : > When the app is running in a contai

Re: Camel-Spring Application Start and Stop

2013-03-21 Thread Bilgin Ibryam
When the app is running in a container as war or kar the container will stop the Camel application gracefully. But in my case I run the camel application as stand alone app with: java -jar camel-app.jar ... How do I stop in this case the camel app gracefully? One thing that comes into mind is to h

Re: Camel-Spring Application Start and Stop

2013-03-21 Thread Claus Ibsen
Hi Can you provide more detail. What server do you use? And how do you deploy the application. If its a web application (WAR) then see here http://camel.apache.org/tutorial-on-using-camel-in-a-web-application.html On Wed, Mar 20, 2013 at 10:40 PM, wrote: > Hi, > Have got a basic question. >