You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2008/11/30 02:17:05 UTC

[jira] Assigned: (CAMEL-1129) Enhance ErrorHandler RedeliveryPolicy with a Timer manager to avoid locking current thread while sleeping

     [ https://issues.apache.org/activemq/browse/CAMEL-1129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CAMEL-1129:
-----------------------------------

    Assignee: Willem Jiang

> 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.