At the end i want to solve this problem
http://camel.465427.n5.nabble.com/How-to-relay-different-parts-of-message-to-different-endpoints-td5754836.html

the suggestion there is to use split but i need to send the split parts to
different sets of endpoints - based on a special attribute. So with the
suggestion from this thread i would do (pseudo code)

...process(in byte[], out
List<Map&lt;int,byte[]>>).split().choice().when(new
MyPredicate(fieldCount))...

but split().choice() doesn't work.





--
View this message in context: 
http://camel.465427.n5.nabble.com/combining-split-choice-tp5755649.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to