Claus Ibsen created CAMEL-5573:
----------------------------------

             Summary: RedeliverErrorHandler - Only need thread pool if 
redelivery has been enabled in any way
                 Key: CAMEL-5573
                 URL: https://issues.apache.org/jira/browse/CAMEL-5573
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
            Priority: Minor
             Fix For: 2.11.0


The error handling in Camel supports redelivery. Which uses a thread pool for 
scheduling tasks for future redeliveries etc.

This thread pool is only needed if redelivery is enabled. There can be Camel 
apps that wont use any kind of redelivery. And for these use-cases we can omit 
creating the thread pool.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to