Event Driven Consumer
Camel supports the Event Driven Consumer from the EIP patterns.
The default consumer model is event-based (i.e., asynchronous) as this means that the Camel container can then manage pooling, threading and concurrency for you in a declarative manner.
The alternative consumer mode is Polling Consumer. |
The Event Driven Consumer is implemented by consumers implementing the Processor interface which is invoked by the Message Endpoint when a Message is available for processing.