Versions Compared

Key

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

...

Name

Default Value

Description

initialDelay

1000

Camel 1.3 and older: The number of milliseconds until the first poll when polling (consuming)

delay

500

Camel 1.3 and older: The number of milliseconds for the subsequent delays after the intial delay

useFixedDelay

false

Camel 1.3 and older: Whether or not the fixed delay is to be used, to enable a repeated timer

consumer.initialDelay

1000

Camel 1.4: The number of milliseconds until the first poll when polling (consuming)

consumer.delay

500

Camel 1.4: The number of milliseconds for the subsequent delays after the intial delay

consumer.useFixedDelay

false

Camel 1.4: Whether or not the fixed delay is to be used, to enable a repeated timer

...