This content has been marked as final.
Show 2 replies
-
1. Re: Streaming Data Format
davsclaus Jan 30, 2012 1:48 PM (in response to jamie3_james.archibald)You can use the Splitter EIP, to split the stream into multiple exchanges.
-
2. Re: Streaming Data Format
jamie3_james.archibald Jan 30, 2012 2:40 PM (in response to davsclaus).split(body(String.class).tokenize("msg")) did the job!