Versions Compared

Key

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

...

This list was refined from the main components page in support of establishing information for the following poster:

Automating Tasks

Component / ArtifactId / URI

Description

Timer / camel-core

Code Block
none
none
timer:timerName[?<options>]

Used to generate message exchanges when a timer fires. Events can only be consumed from this endpoint.

Quartz / camel-quartz

Code Block
none
none
quartz://groupName/timerName[?<options>]

Provides a scheduled delivery of messages using the Quartz 1.x scheduler.

Quartz2 / camel-quartz2

Code Block
none
none
quartz2://groupName/timerName[?<options>]

Provides a scheduled delivery of messages using the Quartz 2.x scheduler.

...