https://issues.apache.org/jira/browse/AMQ-3408 - remove durable subscribers after certain time of inactivity - 5 min default task schedule

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1148300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2011-07-19 12:32:51 +00:00
parent 6f70393dfb
commit 5f99d5c98a
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ public class BrokerService implements Service {
private boolean allowTempAutoCreationOnSend;
private int offlineDurableSubscriberTimeout = -1;
private int offlineDurableSubscriberTaskSchedule = 30000;
private int offlineDurableSubscriberTaskSchedule = 300000;
static {
String localHostName = "localhost";