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 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:

The following components supports Batch Consumer by its consumer:

...

Exchange Properties

The following properties is set on the Exchange for each Exchange polled in the same batch.

...