concept split message in category camel

This is an excerpt from Manning's book Camel in Action.
The Camel Splitter provides a built-in aggregator, which makes it even easier to aggregate split messages back into single outgoing messages. Figure 5.10 illustrates this principle, with the help of the ABC message example.
Figure 5.10 The Splitter has a built-in aggregator that can recombine split messages into a combined outgoing message.
![]()

This is an excerpt from Manning's book Camel in Action.
The Splitter EIP in Camel includes an aggregation feature that lets you recombine split messages into single outbound messages, while they are being routed.
The Camel Splitter provides a built-in aggregator, which makes it even easier to aggregate split messages back into single outgoing messages. Figure 8.10 illustrates this principle, with the help of the “ABC” message example.
To combine the split messages back into a single combined message, you use the AggregationStrategy.