[ 
https://issues.apache.org/activemq/browse/CAMEL-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47692#action_47692
 ] 

Claus Ibsen commented on CAMEL-1131:
------------------------------------

Feel free to submit a unit test for the multicast based on the splitter. We 
would love that.

Yeah maybe we should add some methods on CamelCountext that will look for a 
given *Type, either returning the first found, or a list of *Type intances so 
end users easily can get it instead of all the cumbersome recursive code.

Any thoughts on this? As it will add more methods on the public interface

> Invalid contructor intitialization in MulticastProcessor
> --------------------------------------------------------
>
>                 Key: CAMEL-1131
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1131
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 2.0.0
>            Reporter: tim mcnamara
>
> parallelProcessing and executor being overridden in constructor.
> {code:title=MulticastProcessor.java|borderStyle=solid}
>     public MulticastProcessor(Collection<Processor> processors, 
> AggregationStrategy aggregationStrategy, boolean parallelProcessing, 
> ThreadPoolExecutor executor) {
>         this(processors, aggregationStrategy, false, null, false);
>     }
> {code}

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