Versions Compared

Key

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

...

The default strategy will graceful shutdowns routes:

  • Camel 2.2: in the same order they where startedwas started
  • Camel 2.3: in the reverse order they was started. The option shutdownRoutesInReverseOrder can be used to use the old behavior.
  • let pending and current in flight exchanges run to completion before shutting down
  • using a timeout of 300 seconds which then forces a shutdown now

...