December 2013
Intermediate to advanced
424 pages
9h 7m
English
Aggregation of related messages is a frequent use case in integration. It is also one of the more complicated cases to write by hand, since it involves state, which can be lost if you are not careful, as well as considerations like timing. Camel's implementation of the Aggregator EIP abstracts away the complexity of this task, leaving you to define the following:
AggregationStrategy, which is an interface used to merge multiple exchanges together.Read now
Unlock full access