Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 46853 invoked from network); 20 Aug 2008 12:58:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Aug 2008 12:58:43 -0000 Received: (qmail 35008 invoked by uid 500); 20 Aug 2008 12:58:41 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 34986 invoked by uid 500); 20 Aug 2008 12:58:41 -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 34975 invoked by uid 99); 20 Aug 2008 12:58:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Aug 2008 05:58:41 -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, 20 Aug 2008 12:57:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A47F8234C1BA for ; Wed, 20 Aug 2008 05:57:52 -0700 (PDT) Message-ID: <532255897.1219237072672.JavaMail.jira@brutus> Date: Wed, 20 Aug 2008 05:57:52 -0700 (PDT) From: "Willem Jiang (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Resolved: (CAMEL-836) support to configure the multicast with Spring xml In-Reply-To: <391258301.1219145152670.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-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang resolved CAMEL-836. -------------------------------- Resolution: Fixed Please check out spring xml [1] for example . [1] https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-spring/src/test/resources/org/apache/camel/spring/processor/multicastAggregator.xml > support to configure the multicast with Spring xml > -------------------------------------------------- > > Key: CAMEL-836 > URL: https://issues.apache.org/activemq/browse/CAMEL-836 > Project: Apache Camel > Issue Type: Improvement > Components: camel-spring > Affects Versions: 1.4.0 > Reporter: Willem Jiang > Fix For: 1.5.0 > > > We should support to setup the same route with Spring xml like the below DSL > from("direct:parallel") > .multicast(new BodyOutAggregatingStrategy(), true) > .setThreadPoolExecutor(yourExecutor) > .to("direct:x", "direct:y", "direct:z"); -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.