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

Camel-Spring Application Start and Stop

2013-03-20 Thread ganeshkumar.kanagavel
Hi, Have got a basic question. I would like to understand the prescribed method of starting and stopping the Camel-spring application? We are planning to have this application on the standalone, so need to understand how to start and stop after deploying into the server. Any model script will