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