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

Compare with Current View Page History

Version 1 Next »

BatchConsumer

Available as of Camel 2.0

BatchConsumer is basically a Polling Consumer that is capable of polling multiple Exchanges in a pool. What we have done in Camel 2.0 is to standardize this into a org.apache.camel.BatchConsumer interface that a consumer can implement to indicate it support batching as well.

At this time of writing the following components have this implementation

Some other components is also batch capable but we haven't migrated them yet.

Exchange Properties

TODO: Copy from File2

See Also

  • No labels