You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <qp...@incubator.apache.org> on 2007/03/07 19:22:24 UTC

[jira] Created: (QPID-407) order of redelivered messages should be preserved (where possible)

order of redelivered messages should be preserved (where possible)
------------------------------------------------------------------

                 Key: QPID-407
                 URL: https://issues.apache.org/jira/browse/QPID-407
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
            Reporter: Gordon Sim


When unacked messages are requeued, they are added to the end of the queue. They should in fact be added to the start of the queue to preserve order where possible. In the case of multiple subscribers redlivered messages may still be received out of order, but this should not be the case for a single consumer.

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


[jira] Closed: (QPID-407) order of redelivered messages should be preserved (where possible)

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

Gordon Sim closed QPID-407.
---------------------------


> order of redelivered messages should be preserved (where possible)
> ------------------------------------------------------------------
>
>                 Key: QPID-407
>                 URL: https://issues.apache.org/jira/browse/QPID-407
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>
> When unacked messages are requeued, they are added to the end of the queue. They should in fact be added to the start of the queue to preserve order where possible. In the case of multiple subscribers redlivered messages may still be received out of order, but this should not be the case for a single consumer.

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


[jira] Resolved: (QPID-407) order of redelivered messages should be preserved (where possible)

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

Gordon Sim resolved QPID-407.
-----------------------------

    Resolution: Fixed

Fixed by r552862. Messages are now requeued to the head of the queue rather than the tail.

> order of redelivered messages should be preserved (where possible)
> ------------------------------------------------------------------
>
>                 Key: QPID-407
>                 URL: https://issues.apache.org/jira/browse/QPID-407
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>
> When unacked messages are requeued, they are added to the end of the queue. They should in fact be added to the start of the queue to preserve order where possible. In the case of multiple subscribers redlivered messages may still be received out of order, but this should not be the case for a single consumer.

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


[jira] Assigned: (QPID-407) order of redelivered messages should be preserved (where possible)

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

Gordon Sim reassigned QPID-407:
-------------------------------

    Assignee: Gordon Sim

> order of redelivered messages should be preserved (where possible)
> ------------------------------------------------------------------
>
>                 Key: QPID-407
>                 URL: https://issues.apache.org/jira/browse/QPID-407
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>            Reporter: Gordon Sim
>         Assigned To: Gordon Sim
>
> When unacked messages are requeued, they are added to the end of the queue. They should in fact be added to the start of the queue to preserve order where possible. In the case of multiple subscribers redlivered messages may still be received out of order, but this should not be the case for a single consumer.

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