You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Lorenz Quack (JIRA)" <ji...@apache.org> on 2016/12/16 16:31:59 UTC

[jira] [Resolved] (QPID-7591) Broker may send a deleted message to a queue browser

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

Lorenz Quack resolved QPID-7591.
--------------------------------
    Resolution: Fixed

looks good to me

> Broker may send a deleted message to a queue browser
> ----------------------------------------------------
>
>                 Key: QPID-7591
>                 URL: https://issues.apache.org/jira/browse/QPID-7591
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: qpid-java-6.2
>            Reporter: Keith Wall
>             Fix For: qpid-java-6.2
>
>
> The changes made by QPID-7514  inadvertently opened the possibility that a browser may receive a deleted message.  Internally, for queue browser, the queue entries are not acquired.  Instead, a message reference is taken.  It is the responsibility of the consumer target to release the message reference.    
> A coding error in AbstractQueue#attemptDelivery meant that the message reference was immediately released.
> This defect never formed part of a release.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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