[
https://issues.apache.org/activemq/browse/CAMEL-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-1131:
-------------------------------
Fix Version/s: (was: 2.0.0)
(was: 1.5.1)
> 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.