Versions Compared

Key

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

...

Batch Consumer 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 The interface org.apache.camel.BatchConsumer interface that should be implemented by a consumer can implement to indicate that it supports batching.

The following components support the use of the a Batch Consumer by their consumers:

...