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 2011/07/19 14:09:58 UTC

[jira] [Created] (AMQ-3408) Remove inactive durable subscribers after certain timeout

Remove inactive durable subscribers after certain timeout
---------------------------------------------------------

                 Key: AMQ-3408
                 URL: https://issues.apache.org/jira/browse/AMQ-3408
             Project: ActiveMQ
          Issue Type: New Feature
            Reporter: Dejan Bosanac
            Assignee: Dejan Bosanac
             Fix For: 5.6.0


The broker (if configured so) should automatically remove inactive durable subscribers that haven't been active for the given amount of time. It will ease managing durable subscriptions and release broker resources (store usage and such).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (AMQ-3408) Remove inactive durable subscribers after certain timeout

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

Dejan Bosanac resolved AMQ-3408.
--------------------------------

    Resolution: Fixed

Implemented with svn revision 1148289

You can set two properties on the broker service (or <broker> tag):

- offlineDurableSubscriberTimeout - amount of time (in milliseconds) we which we remove inactive durable subs. Default -1, which means don't remove them
- offlineDurableSubscriberTaskSchedule - how often we check (in milliseconds). By default it's 300000 (or 5 min)

> Remove inactive durable subscribers after certain timeout
> ---------------------------------------------------------
>
>                 Key: AMQ-3408
>                 URL: https://issues.apache.org/jira/browse/AMQ-3408
>             Project: ActiveMQ
>          Issue Type: New Feature
>            Reporter: Dejan Bosanac
>            Assignee: Dejan Bosanac
>             Fix For: 5.6.0
>
>
> The broker (if configured so) should automatically remove inactive durable subscribers that haven't been active for the given amount of time. It will ease managing durable subscriptions and release broker resources (store usage and such).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira