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

Reply via email to