Hi

See
https://issues.apache.org/jira/browse/CAMEL-7156

There can be situations when Camel spring apps shutdown, could cause
those spring exceptions during shutting down Camel. To remedy this the
end user would need to setup depends-on attributes between
<camelContext> and any bean that may fail.

>From Camel 2.13 onwards we shutdown Camel eager, which then ensures we
shutdown Camel cleanly and before any other <bean>s.

There is a new attribute on <camelContext> you can use to turn this
off, and use the old behavior.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
Make your Camel applications look hawt, try: http://hawt.io

Reply via email to