Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.15.1
-
Component/s: camel-core, eip
-
Labels:None
-
Estimated Complexity:Unknown
Description
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.