-
Bug
-
Resolution: Done
-
Major
-
None
-
jboss-fuse-6.3
-
None
-
Medium
-
%
-
-
?
-
In Fuse 6.3 R10, if we initiate a graceful shutdown using the ./stop command, the route stops in 1 minute.
The expectation is that the route should stop after 5 minutes as the default value of DefaultShutdownStrategy is 5 minutes.
If we try the same steps in Fuse 6.3.0 then the route stops exactly after 5 minutes. Even if we increase the value of DefaultShutdownStrategy to 10 minutes in 6.3.0, this value is also respected and then the route stops after 10 minutes.
Having said that on 6.3.0 fabric mode, the route stops in 1 minute.
Considering, all the above points whats the expected behavior of camel route when we initiate a graceful shutdown, when there are inflight messages.
- is related to
-
ENTESB-12699 [fuse7] Camel route does not consider the value of DefaultShutdownStrategy.
- Closed