Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The delay interceptor can be configured as follows:

  • setting the delay attribute in the spring camelContext tag.
  • adding the delay interceptor to the CamelContext in Java code.

Configuring using Spring

Just set the delay attribute of the camelContext tag as shown below:

...