Set custom threadpool for aggregator background tasks
-----------------------------------------------------

                 Key: CAMEL-4606
                 URL: https://issues.apache.org/jira/browse/CAMEL-4606
             Project: Camel
          Issue Type: Improvement
    Affects Versions: 2.8.2
            Reporter: Jonathan Anstey
            Assignee: Jonathan Anstey
             Fix For: 2.9.0


Right now if you use either of the completionTimeout, 
completionTimeoutExpression, or completionInterval features of the aggregator a 
background thread is created to check for the completion. If you have a 100 
routes with aggregators say, you will have 100 background threads created... 
kinda sucky for scalability... we should allow users to set a thread pool to 
use for these background threads as well. Right now, we only allow setting an 
executor service for the main aggregation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to