Keith Wall created QPID-7591:
--------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]