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

tim mcnamara commented on CAMEL-1131:
-------------------------------------

We need to be able to get at the underlying processor from the  
context, then the getter can be used.  How do you get access to the  
MulticastProcessor that MulticastType has created?





> 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