[ 
https://issues.apache.org/activemq/browse/AMQ-2663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dejan Bosanac resolved AMQ-2663.
--------------------------------

    Fix Version/s: 5.4.0
       Resolution: Fixed

Fixed with svn revision 952946. Thanks!

> Failed durable subscription re-activation when keepDurableSubsActive=false
> --------------------------------------------------------------------------
>
>                 Key: AMQ-2663
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2663
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.1
>            Reporter: Akos Baraz
>            Assignee: Dejan Bosanac
>             Fix For: 5.4.0
>
>         Attachments: DurableSubscriptionReactivationTest.java
>
>
> If i set keepDurableSubsActive=false then i won't get the messages after 
> re(!)-activation. I've figured out that the 
> DurableTopicSubscription.deactivate() invokes 
> StoreDurableSubscriberCursor.remove() what is removes the TopicStorePrefetch 
> from the topic. Up to this point everyting is fine. But when the durable 
> subscription becomes active the StoreDurableSubscriberCursor.add won't be 
> called. So DurableTopicSubscription.activate() does not put the cursor back. 

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

Reply via email to