Versions Compared

Key

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

...

Available as of Camel 2.3
Its now possible to graceful shutdown an individual route using shutdownRoute(routeId) method on CamelContext. Its also possible to provide a specific timeout to use instead of the default timeout settings using {{ shutdownRoute(routeId, timeout, timeUnit).

Developer related

If you develop your own Camel component or want to implement your own shutdown strategy then read this section for details.

...