[hornetq-commits] JBoss hornetq SVN: r8243 - trunk/src/main/org/hornetq/core/client/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 6 12:26:11 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-11-06 12:26:10 -0500 (Fri, 06 Nov 2009)
New Revision: 8243

Modified:
   trunk/src/main/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java
Log:
Fixing JMSBridgeReconnectTest

Modified: trunk/src/main/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java	2009-11-06 15:59:15 UTC (rev 8242)
+++ trunk/src/main/org/hornetq/core/client/impl/ClientSessionFactoryImpl.java	2009-11-06 17:26:10 UTC (rev 8243)
@@ -373,6 +373,8 @@
       reconnectAttempts = other.getReconnectAttempts();
 
       failoverOnServerShutdown = other.isFailoverOnServerShutdown();
+      
+      cacheLargeMessagesClient = other.isCacheLargeMessagesClient();
    }
    
    public ClientSessionFactoryImpl()



More information about the hornetq-commits mailing list