You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2010/05/26 15:27:51 UTC

[jira] Created: (AMQ-2751) session.recover does not result in repeated redelivery - duplicate is detected and auto-acked in error

session.recover does not result in repeated redelivery - duplicate is detected and auto-acked in error
------------------------------------------------------------------------------------------------------

                 Key: AMQ-2751
                 URL: https://issues.apache.org/activemq/browse/AMQ-2751
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.4.0
            Reporter: Gary Tully
            Assignee: Gary Tully
             Fix For: 5.4.0


see test case.

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


[jira] Updated: (AMQ-2751) session.recover does not result in repeated redelivery - duplicate is detected and auto-acked in error

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully updated AMQ-2751:
----------------------------

    Affects Version/s: 5.3.2
                       5.3.1
                           (was: 5.4.0)
          Description: see test case. calling recover form message listener with redelivery delay will result in auto ack of duplicate message so it disappears in error.  (was: see test case.)

> session.recover does not result in repeated redelivery - duplicate is detected and auto-acked in error
> ------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2751
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2751
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.1, 5.3.2
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>             Fix For: 5.4.0
>
>         Attachments: amq2751-testcase.patch
>
>
> see test case. calling recover form message listener with redelivery delay will result in auto ack of duplicate message so it disappears in error.

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


[jira] Updated: (AMQ-2751) session.recover does not result in repeated redelivery - duplicate is detected and auto-acked in error

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully updated AMQ-2751:
----------------------------

    Attachment: amq2751-testcase.patch

Test case that demonstrates the issue with repeated calls to recover. with debug logging the auto ack in error can be seen

> session.recover does not result in repeated redelivery - duplicate is detected and auto-acked in error
> ------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2751
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2751
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.4.0
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>             Fix For: 5.4.0
>
>         Attachments: amq2751-testcase.patch
>
>
> see test case.

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


[jira] Resolved: (AMQ-2751) session.recover does not result in repeated redelivery - duplicate is detected and auto-acked in error

Posted by "Gary Tully (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully resolved AMQ-2751.
-----------------------------

    Resolution: Fixed

resolved in r948463 ; duplicate suppression needs a rollback when delivery is paused due to redelivery delay as it will get redelivered in time.

> session.recover does not result in repeated redelivery - duplicate is detected and auto-acked in error
> ------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2751
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2751
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.1, 5.3.2
>            Reporter: Gary Tully
>            Assignee: Gary Tully
>             Fix For: 5.4.0
>
>         Attachments: amq2751-testcase.patch
>
>
> see test case.

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