You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <ji...@apache.org> on 2013/06/25 12:21:20 UTC

[jira] [Resolved] (QPID-4946) [Java Broker] closing the broker may result in same message being delivered to multipl competing consumers

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

Rob Godfrey resolved QPID-4946.
-------------------------------

    Resolution: Fixed
    
> [Java Broker] closing the broker may result in same message being delivered to multipl competing consumers
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-4946
>                 URL: https://issues.apache.org/jira/browse/QPID-4946
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Rob Godfrey
>            Assignee: Rob Godfrey
>             Fix For: 0.23
>
>
> If the broker is closed when a consumer has unacknowledged messages, then these unacknowledged messages may get delivered to other competing consumers before those consumers are themselves closed.
> Closing the broker causes it to iterate over all open connections and close each connection in turn.  Before closing the connections it should mark them such that they do not attempt any more deliveries.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org