Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 19058 invoked from network); 2 Apr 2008 11:50:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2008 11:50:02 -0000 Received: (qmail 74714 invoked by uid 500); 2 Apr 2008 11:50:02 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 74647 invoked by uid 500); 2 Apr 2008 11:50:02 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 74638 invoked by uid 99); 2 Apr 2008 11:50:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 04:50:02 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 11:49:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 637C4234C0B1 for ; Wed, 2 Apr 2008 04:47:33 -0700 (PDT) Message-ID: <2134107091.1207136853402.JavaMail.jira@brutus> Date: Wed, 2 Apr 2008 04:47:33 -0700 (PDT) From: "Roman Kalukiewicz (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-426) splitter() should have the same parallel processing functionality that multicast() has In-Reply-To: <1693117839.1207134752623.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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.