Versions Compared

Key

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

Delay Interceptor

Available in Camel 1.5

The Delay interceptor

Delayer (Interceptor)

The Delayer (Interceptor) is an route interceptor that is used for slowing processing of messages down. This allows you to enable this interceptor and set a fixed amount of delay between each step a message passes in the route path, to show how things is happening nice and slowly, so you are not bombarded with a zillion lines of logging output.

...