You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org> on 2007/02/06 15:23:05 UTC

[jira] Created: (QPID-347) Connection closure results in undelivered messages remaining 'taken' and not delivered

Connection closure results in undelivered messages remaining 'taken' and not delivered 
---------------------------------------------------------------------------------------

                 Key: QPID-347
                 URL: https://issues.apache.org/jira/browse/QPID-347
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: M1
            Reporter: Marnie McCormack


If multiple consumers are created and started, reading from the same queue then have issues when closing their connections. The first consumer started will prefetch x messages (default 5000). However, even if the connection for that consumer is closed after consuming only one message the remaining messages are never released for redelivery.

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


[jira] Assigned: (QPID-347) Connection closure results in undelivered messages remaining 'taken' and not delivered

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

Martin Ritchie reassigned QPID-347:
-----------------------------------

    Assignee: Martin Ritchie

> Connection closure results in undelivered messages remaining 'taken' and not delivered 
> ---------------------------------------------------------------------------------------
>
>                 Key: QPID-347
>                 URL: https://issues.apache.org/jira/browse/QPID-347
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M1
>            Reporter: Marnie McCormack
>         Assigned To: Martin Ritchie
>
> If multiple consumers are created and started, reading from the same queue then have issues when closing their connections. The first consumer started will prefetch x messages (default 5000). However, even if the connection for that consumer is closed after consuming only one message the remaining messages are never released for redelivery.

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


[jira] Resolved: (QPID-347) Connection closure results in undelivered messages remaining 'taken' and not delivered

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

Martin Ritchie resolved QPID-347.
---------------------------------

    Resolution: Fixed

Resolved at 510897

> Connection closure results in undelivered messages remaining 'taken' and not delivered 
> ---------------------------------------------------------------------------------------
>
>                 Key: QPID-347
>                 URL: https://issues.apache.org/jira/browse/QPID-347
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M1
>            Reporter: Marnie McCormack
>         Assigned To: Martin Ritchie
>
> If multiple consumers are created and started, reading from the same queue then have issues when closing their connections. The first consumer started will prefetch x messages (default 5000). However, even if the connection for that consumer is closed after consuming only one message the remaining messages are never released for redelivery.

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


[jira] Commented: (QPID-347) Connection closure results in undelivered messages remaining 'taken' and not delivered

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

Martin Ritchie commented on QPID-347:
-------------------------------------

Problem is that the message is marked as taken so only one consumer can receive it.. The flag is not reset when requeuing.

> Connection closure results in undelivered messages remaining 'taken' and not delivered 
> ---------------------------------------------------------------------------------------
>
>                 Key: QPID-347
>                 URL: https://issues.apache.org/jira/browse/QPID-347
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M1
>            Reporter: Marnie McCormack
>         Assigned To: Martin Ritchie
>
> If multiple consumers are created and started, reading from the same queue then have issues when closing their connections. The first consumer started will prefetch x messages (default 5000). However, even if the connection for that consumer is closed after consuming only one message the remaining messages are never released for redelivery.

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