As of 2.2, Camel does have a " http://camel.apache.org/graceful-shutdown.html graceful shutdown " and allows you to configure the amount of time to wait for inflight messages to complete, etc...
also, you should the http://camel.465427.n5.nabble.com/Camel-Users-f465428.html camel-users list for these type of questions...this list just monitors JIRA rahulbhatt04 wrote: > > Hi > > I am using Mvn camel:run to start my routes I am killing the process for > shut down. I am not pretty sure that it is shutting down gracefully or > not. I mean it is closing the routes or not. I just want to make sure that > i done loose a message when I kill the process. To further explain I dont > kill a route when it is executing some code or waiting for response from > third party. > > As per my little understanding about Camel DefaultShutdownStrategy should > be set by default in my camel context and it will shutdown the camel > Gracefully > > Please help > ----- Ben O'Day IT Consultant -http://benoday.blogspot.com -- View this message in context: http://camel.465427.n5.nabble.com/Grace-full-shut-down-Camel-tp4382842p4383224.html Sent from the Camel Development mailing list archive at Nabble.com.
