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

Compare with Current View Page History

« Previous Version 4 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

Using This Pattern

If you would like to use this EIP Pattern then please read the Getting Started, you may also find the Architecture useful particularly the description of Endpoint and URIs. Then you could try out some of the Examples first before trying this pattern out.

  • No labels