You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2009/01/05 09:55:06 UTC

[jira] Resolved: (CAMEL-1199) Throttler appears to "throttle" per thread instead of throttling across multiple threads

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

Gert Vanthienen resolved CAMEL-1199.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0
                   1.5.1

The throttler always delayed until the next time period, regardless of the number of exchanges already waiting for being handled in that period.  The new algorithm allows the the throttler to delay exchanges for more than one time period if necessary.

Fixed in http://svn.eu.apache.org/viewvc?view=rev&revision=731488
and backported to 1.5.x in http://svn.eu.apache.org/viewvc?view=rev&revision=731493

> Throttler appears to "throttle" per thread instead of throttling across multiple threads
> ----------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1199
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1199
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-core
>    Affects Versions: 1.5.0
>            Reporter: Ron Gavlin
>            Assignee: Gert Vanthienen
>             Fix For: 1.5.1, 2.0.0
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.