You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2010/11/03 16:09:01 UTC

[jira] Resolved: (AMQ-3013) Problem with removing durable subscribers from the BrokerView

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

Dejan Bosanac resolved AMQ-3013.
--------------------------------

    Resolution: Fixed

Fixed with svn revision 1030490

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