You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Polling Consumer

Camel supports implementing the Polling Consumer from the EIP patterns in the Component/Endpoint.

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.

For more details see

  • No labels