splitter() should have the same parallel processing functionality that
multicast() has
--------------------------------------------------------------------------------------
Key: CAMEL-426
URL: https://issues.apache.org/activemq/browse/CAMEL-426
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Reporter: Roman Kalukiewicz
Assignee: Roman Kalukiewicz
Ability to have
{code}
from("direct:parallel").splitter(body().tokenize(","), true).to("mock:result");
{code}
where {{true}} parameter to splitter should behave like in {{multicast()}} ---
processing is done in separate threads for each 'part'.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.