mirror of https://github.com/apache/activemq.git
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:
parent
6f70393dfb
commit
5f99d5c98a
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue