[ 
https://issues.apache.org/jira/browse/QPID-4946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13692908#comment-13692908
 ] 

ASF subversion and git services commented on QPID-4946:
-------------------------------------------------------

Commit 1496401 from [~godfrer]
[ https://svn.apache.org/r1496401 ]

QPID-4946 : [Java Broker] closing the broker may result in same message being 
delivered to multipl competing consumers
                
> [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-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to