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:
Hiram R. Chirino 2006-04-07 15:38:38 +00:00
parent 8a5e8d9fc5
commit 46d62dff70
1 changed files with 1 additions and 2 deletions

View File

@ -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;