Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Suppressing logging due to timeout not allowing all inflight messages to complete

Available as of Camel 2.1312

If a graceful shutdown could not shutdown cleanly within the given timeout period, then Camel performs a more aggressive shutdown by forcing routes and thread pools etc to shutdown. And as well the routing engine will reject continue processing Exchanges. If this happens you may see WARN logs about Exchanges being rejected and other failures due the forced shutdown.

...