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
             Fix For: 2.0.0


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