[
https://issues.apache.org/activemq/browse/CAMEL-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47691#action_47691
]
tim mcnamara commented on CAMEL-1131:
-------------------------------------
Sorry about that, I did not update this morning.
It should be noted that there appears to be no test for this. I was
going to create one using SplitterWithCustomThreadPoolExecutorTest as
a reference, but noticed that this test was using the executor from
the SplitterType to validate and not the SplitterProcessor. It was
not obvious how to get at the MulticastProcessor from the camel context
> 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.