Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.9.0
-
Unknown
Description
Our route looks like this:
from("activemq:start") .to("direct:dir")
On shutdown, if there is a message in the direct: route, Camel will wait indefinitely for the message to finish. Regardless of the shutdown strategy.
See attached unit test.
Attachments
Attachments
Issue Links
- depends upon
-
CAMEL-4950 RedeliverErrorHandler - Should break out earlier if CamelContext is shutting down
- Resolved