You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Roman Kalukiewicz (JIRA)" <ji...@apache.org> on 2008/04/02 13:47:33 UTC

[jira] Resolved: (CAMEL-426) splitter() should have the same parallel processing functionality that multicast() has

     [ https://issues.apache.org/activemq/browse/CAMEL-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roman Kalukiewicz resolved CAMEL-426.
-------------------------------------

    Resolution: Fixed

Functionality added by refactoring {{MulticastProcessor}}

> 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.