Versions Compared

Key

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

...

Most inbound Camel endpoints use the Polling Consumer 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.

...