Versions Compared

Key

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

...

Quite a few inbound Camel endpoints use a scheduled poll pattern to receive messages and push them through the Camel processing routes. That is to say externally from the client the endpoint appears to use an Event Driven Consumer but internally a scheduled poll is used to monitor some kind of state or resource and then fire message exchanges.

Since this a such a common pattern, polling components can extend the ScheduledPollConsumer base class which makes it simpler to implement this pattern.

...

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