You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Marco Buss (JIRA)" <ji...@apache.org> on 2007/11/26 12:27:26 UTC

[jira] Created: (AMQ-1501) Persitent Topic Messages will not be deletet if more then one durable subscriber is active on topic

Persitent Topic Messages will not be deletet if more then one durable subscriber is active on topic
---------------------------------------------------------------------------------------------------

                 Key: AMQ-1501
                 URL: https://issues.apache.org/activemq/browse/AMQ-1501
             Project: ActiveMQ
          Issue Type: Bug
          Components: Message Store
    Affects Versions: 5.0.0
         Environment: windows vista, java 1.5.0_14-b03
            Reporter: Marco Buss
         Attachments: patch.txt

If more then one Subsriber is listen to the topic the messages will neverbe deleted.
The Problem is in the KahaTopicReferenceStore. At acknoledge the count for the TopicSubAck is decremented, but the new State is not saved. So the count is never reached 0 and so the message will never be deleted.

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


[jira] Closed: (AMQ-1501) Persitent Topic Messages will not be deletet if more then one durable subscriber is active on topic

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

Marco Buss closed AMQ-1501.
---------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.0

> Persitent Topic Messages will not be deletet if more then one durable subscriber is active on topic
> ---------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1501
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1501
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Message Store
>    Affects Versions: 5.0.0
>         Environment: windows vista, java 1.5.0_14-b03
>            Reporter: Marco Buss
>             Fix For: 5.0.0
>
>         Attachments: patch.txt
>
>
> If more then one Subsriber is listen to the topic the messages will neverbe deleted.
> The Problem is in the KahaTopicReferenceStore. At acknoledge the count for the TopicSubAck is decremented, but the new State is not saved. So the count is never reached 0 and so the message will never be deleted.

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