You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jonas Lim (JIRA)" <ji...@apache.org> on 2007/10/19 05:56:24 UTC

[jira] Resolved: (AMQ-1439) FanoutTransport minimum ack connection logic bug

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

Jonas Lim resolved AMQ-1439.
----------------------------

    Resolution: Fixed

Thanks Trevor!  
patch applied on trunk : r586251

> FanoutTransport minimum ack connection logic bug
> ------------------------------------------------
>
>                 Key: AMQ-1439
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1439
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Transport
>            Reporter: Trevor Pounds
>             Fix For: 5.0.0
>
>         Attachments: FanoutTransport.svn.diff
>
>
> All occurrences  of connectedCount != minAckCount should be replaced with connectedCount < minAckCount.  The logic should proceed once the minimum number of acks have been achieved.
> see http://www.nabble.com/FanoutTransport-Patches-tf4562939s2354.html

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