Versions Compared

Key

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

...

The delay interceptor can be configured as follows:

  • using Java system property camel.delay=value where value is the fixed delay in millis.
  • setting the delay attribute in the spring camelContext tag.
  • adding the delay interceptor to the CamelContext in Java code.

...