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/17 17:50:15 UTC

[jira] Created: (QPID-454) Message 'taken' notion is per message. But should be per message per queue

Message 'taken' notion is per message. But should be per message per queue
--------------------------------------------------------------------------

                 Key: QPID-454
                 URL: https://issues.apache.org/jira/browse/QPID-454
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: M2
            Reporter: Martin Ritchie
         Assigned To: Martin Ritchie
             Fix For: M2


Currently doing msg.take() in the broker will break pub / sub. As a message is referenced between queues not duplicated per queue. So marking message as taken in one queue will result in the message not being sent from any other queue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-454) Message 'taken' notion is per message. But should be per message per queue

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

Martin Ritchie resolved QPID-454.
---------------------------------

    Resolution: Fixed

Completed: At revision: 529659  


> Message 'taken' notion is per message. But should be per message per queue
> --------------------------------------------------------------------------
>
>                 Key: QPID-454
>                 URL: https://issues.apache.org/jira/browse/QPID-454
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Martin Ritchie
>         Assigned To: Martin Ritchie
>            Priority: Critical
>             Fix For: M2
>
>
> Currently doing msg.take() in the broker will break pub / sub. As a message is referenced between queues not duplicated per queue. So marking message as taken in one queue will result in the message not being sent from any other queue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-454) Message 'taken' notion is per message. But should be per message per queue

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

Martin Ritchie updated QPID-454:
--------------------------------

    Priority: Critical  (was: Major)

> Message 'taken' notion is per message. But should be per message per queue
> --------------------------------------------------------------------------
>
>                 Key: QPID-454
>                 URL: https://issues.apache.org/jira/browse/QPID-454
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Martin Ritchie
>         Assigned To: Martin Ritchie
>            Priority: Critical
>             Fix For: M2
>
>
> Currently doing msg.take() in the broker will break pub / sub. As a message is referenced between queues not duplicated per queue. So marking message as taken in one queue will result in the message not being sent from any other queue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.