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/20 13:01:15 UTC

[jira] Created: (QPID-469) Redelivered information is currently recorded per message it should be per message per queue.

Redelivered information is currently recorded per message it should be per message per queue.
---------------------------------------------------------------------------------------------

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


Currently if a message is redelelivered on one queue via the topic exchange it will be marked as redelivered via all the queues that receieved that message via the topic exchange.

This information along with others such as taken need to be moved to a new object that relates to the queue metadata for that message.

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


[jira] Reopened: (QPID-469) Redelivered information is currently recorded per message it should be per message per queue.

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

Rob Godfrey reopened QPID-469:
------------------------------


Actually - I lied, it wasn't fixed in the broker refactoring... but it *should* have been :-)

> Redelivered information is currently recorded per message it should be per message per queue.
> ---------------------------------------------------------------------------------------------
>
>                 Key: QPID-469
>                 URL: https://issues.apache.org/jira/browse/QPID-469
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M1, M2
>            Reporter: Martin Ritchie
>             Fix For: M3
>
>
> Currently if a message is redelelivered on one queue via the topic exchange it will be marked as redelivered via all the queues that receieved that message via the topic exchange.
> This information along with others such as taken need to be moved to a new object that relates to the queue metadata for that message.

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


[jira] Updated: (QPID-469) Redelivered information is currently recorded per message it should be per message per queue.

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

Marnie McCormack updated QPID-469:
----------------------------------

    Fix Version/s:     (was: M4)

Moving items not being worked on afaik out of M4 Fix Version

> Redelivered information is currently recorded per message it should be per message per queue.
> ---------------------------------------------------------------------------------------------
>
>                 Key: QPID-469
>                 URL: https://issues.apache.org/jira/browse/QPID-469
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M1, M2
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>
> Currently if a message is redelelivered on one queue via the topic exchange it will be marked as redelivered via all the queues that receieved that message via the topic exchange.
> This information along with others such as taken need to be moved to a new object that relates to the queue metadata for that message.

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


[jira] Resolved: (QPID-469) Redelivered information is currently recorded per message it should be per message per queue.

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

Aidan Skinner resolved QPID-469.
--------------------------------

    Resolution: Fixed

Fixed in the broker refactoring

> Redelivered information is currently recorded per message it should be per message per queue.
> ---------------------------------------------------------------------------------------------
>
>                 Key: QPID-469
>                 URL: https://issues.apache.org/jira/browse/QPID-469
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M1, M2
>            Reporter: Martin Ritchie
>             Fix For: M3
>
>
> Currently if a message is redelelivered on one queue via the topic exchange it will be marked as redelivered via all the queues that receieved that message via the topic exchange.
> This information along with others such as taken need to be moved to a new object that relates to the queue metadata for that message.

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


[jira] Commented: (QPID-469) Redelivered information is currently recorded per message it should be per message per queue.

Posted by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611627#action_12611627 ] 

Rob Godfrey commented on QPID-469:
----------------------------------

Fix would be to stop QueueEntry delegating to Message(Handle) ... on recovery persistent stores may wish to set redelivered on all messages


> Redelivered information is currently recorded per message it should be per message per queue.
> ---------------------------------------------------------------------------------------------
>
>                 Key: QPID-469
>                 URL: https://issues.apache.org/jira/browse/QPID-469
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M1, M2
>            Reporter: Martin Ritchie
>             Fix For: M3
>
>
> Currently if a message is redelelivered on one queue via the topic exchange it will be marked as redelivered via all the queues that receieved that message via the topic exchange.
> This information along with others such as taken need to be moved to a new object that relates to the queue metadata for that message.

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