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

Keith Wall commented on QPID-4946:
----------------------------------

I reviewed this commit.  No comments from me.
                
> [Java Broker] closing the broker may result in same message being delivered 
> to multiple 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to