[
https://issues.apache.org/activemq/browse/CAMEL-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-426:
------------------------------
Fix Version/s: 1.4.0
Affects Version/s: 1.4.0
Its fixed in Camel 1.4 actually.
> 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
> Affects Versions: 1.4.0
> Reporter: Roman Kalukiewicz
> Assignee: Roman Kalukiewicz
> Fix For: 1.4.0
>
>
> 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.