Problem with removing durable subscribers from the BrokerView
-------------------------------------------------------------

                 Key: AMQ-3013
                 URL: https://issues.apache.org/activemq/browse/AMQ-3013
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.4.1
            Reporter: Dejan Bosanac
            Assignee: Dejan Bosanac
             Fix For: 5.5.0


There's a general problem with durable subscribers and respective mbeans. There 
are two methods on BrokerView:

- getDurableTopicSubscribers() - which should return only active subs
- getInactiveDurableTopicSubscribers() - which should return only inactive 
(offline) subs

So when we create durable topic subscriber it should be shown in active subs. 
When we close that session, it should go to the "inactive" list and finally 
when we unsubscribe, it should be completely removed.

Also, the web console should be show both active and "offline" subs in separate 
lists.

-- 
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