December 2013
Intermediate to advanced
424 pages
9h 7m
English
The Splitter EIP provides you with a versatile mechanism for breaking a message down into smaller fragments and processing them individually.

This recipe will show you how to use the Splitter EIP, along with Camel's built-in Expression Languages, to easily slice up your messages.
The Java code for this recipe is located in the org.camelcookbook.splitjoin.split package. The Spring XML files are located under src/main/resources/META-INF/spring and prefixed with split.
Inside your route, create a split statement, whose first line is the split expression. The following code splits a message ...
Read now
Unlock full access