On Thu, Jan 24, 2013 at 1:24 PM, siraj <sira...@gmail.com> wrote:
> thanks for the reply. I am using spring and i have defined camelcontext in my
> xml config file:
>
> <camelContext xmlns="http://camel.apache.org/schema/spring";>
>       <routeBuilder ref="xmlBuilder" />
>  </camelContext>
>
> I would like to know, when the tomcat server stops will the camel shutdown
> all routes and stops gracefully.
>

Yes when tomcat stops, it stops spring, which then stops Camel.
And Camel shutdown graceful
http://camel.apache.org/graceful-shutdown.html


>
>
>
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/camel-shutdown-tp5726146p5726155.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to