[
https://issues.apache.org/activemq/browse/CAMEL-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47805#action_47805
]
Claus Ibsen commented on CAMEL-1129:
------------------------------------
Willem and we are sure this only applies for async behavior?
What if end-user or 3rd part framework adds stuff to ThreadLocal and thus if we
use a different thread for redelivery then that stuff is gone. Or am I not
thinking clear? I just got into the office and on the first cup of coffee ;)
> Enhance ErrorHandler RedeliveryPolicy with a Timer manager to avoid locking
> current thread while sleeping
> ---------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-1129
> URL: https://issues.apache.org/activemq/browse/CAMEL-1129
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 1.5.0
> Reporter: Ron Gavlin
> Assignee: Willem Jiang
>
> The ErrorHandler RedeliveryPolicy appears to lock threads while sleeping
> until the next redelivery. With lots of concurrent requests requiring
> increasing redelivery times, this can be a scalability problem.
> The RedeliveryPolicy should support the use of a timer thread that would be
> responsible for managing the "timeouts" and firing the redelivery.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.