Queue Browsing Broken
---------------------
Key: QPID-458
URL: https://issues.apache.org/jira/browse/QPID-458
Project: Qpid
Issue Type: Bug
Components: Java Broker
Affects Versions: M2
Reporter: Martin Ritchie
Assigned To: Martin Ritchie
Priority: Blocker
Fix For: M2
Queue broswers will cause the broker to crash if they attempt to browse a
message that has been delivered to a consumer using selectors.
This is due to the way we mark messages as taken rather than finding and
removing them from the queue. The queue browser rightly doesn't attempt to take
the message but forgets to check if the message is already taken.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.