Claus Ibsen created CAMEL-8713: ---------------------------------- Summary: ParallelAggregate option when using parallel mode does not run in parallel Key: CAMEL-8713 URL: https://issues.apache.org/jira/browse/CAMEL-8713 Project: Camel Issue Type: Bug Components: camel-core, eip Affects Versions: 2.15.1 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.15.2, 2.16.0
See CAMEL-7521 When using parallel processing then the boss thread aggregate on the fly is a single threaded boss thread that controls the aggregation. So even if setting parallel aggregate = true, then its still only 1 boss thread. We should have a thread pool (or allow to use the existing pool for parallel processing) for worker threads to do the aggregate work in parallel. -- This message was sent by Atlassian JIRA (v6.3.4#6332)