[hornetq-commits] JBoss hornetq SVN: r10193 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/config/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 9 10:34:49 EST 2011


Author: clebert.suconic at jboss.com
Date: 2011-02-09 10:34:49 -0500 (Wed, 09 Feb 2011)
New Revision: 10193

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/config/impl/ConfigurationImpl.java
Log:
Changing default on shared store

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/config/impl/ConfigurationImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/config/impl/ConfigurationImpl.java	2011-02-09 12:51:21 UTC (rev 10192)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/config/impl/ConfigurationImpl.java	2011-02-09 15:34:49 UTC (rev 10193)
@@ -55,7 +55,7 @@
 
    public static final boolean DEFAULT_ALLOW_AUTO_FAILBACK = true;
 
-   public static final boolean DEFAULT_SHARED_STORE = false;
+   public static final boolean DEFAULT_SHARED_STORE = true;
 
    public static final boolean DEFAULT_FILE_DEPLOYMENT_ENABLED = false;
 



More information about the hornetq-commits mailing list