Versions Compared

Key

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

...

Most inbound Camel endpoints use this pattern to receive messages and push them through the Camel processing routes. Since this a such a common pattern, polling components can extend the PollingConsumer base class which makes it simpler to implement this pattern.

There is also the Quartz Component which provides scheduled delivery of messages using the Quartz enterprise scheduler.

For more details see

Include Page
CAMEL:Using This Pattern
CAMEL:Using This Pattern