Versions Compared

Key

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

...

Component / ArtifactId / URI

Description

Timer / camel-core

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

Used to generate message exchanges when a timer fires You . Events can only consume events 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

...