mirror of https://github.com/apache/activemq.git
enable keepDurableSubsActive by default. See:
http://issues.apache.org/activemq/browse/AMQ-669 git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@392323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a5e8d9fc5
commit
46d62dff70
|
@ -120,8 +120,7 @@ public class BrokerService implements Service, Serializable {
|
|||
private PolicyMap destinationPolicy;
|
||||
private AtomicBoolean started = new AtomicBoolean(false);
|
||||
private BrokerPlugin[] plugins;
|
||||
|
||||
private boolean keepDurableSubsActive;
|
||||
private boolean keepDurableSubsActive=true;
|
||||
|
||||
private BrokerId brokerId;
|
||||
|
||||
|
|
Loading…
Reference in New Issue