You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2007/04/18 16:47:15 UTC

[jira] Created: (QPID-458) Queue Browsing Broken

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.


[jira] Resolved: (QPID-458) Queue Browsing Broken

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie resolved QPID-458.
---------------------------------

    Resolution: Fixed

Completed: At revision: 530043  


> 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.