Author: clebert.suconic(a)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()
Show replies by date