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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 17 07:39:51 EST 2012


Author: ataylor
Date: 2012-02-17 07:39:49 -0500 (Fri, 17 Feb 2012)
New Revision: 12133

Modified:
   trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/ServerLocatorImpl.java
Log:
HORNETQ-853 - small fix

Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/ServerLocatorImpl.java
===================================================================
--- trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/ServerLocatorImpl.java	2012-02-17 10:27:16 UTC (rev 12132)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/client/impl/ServerLocatorImpl.java	2012-02-17 12:39:49 UTC (rev 12133)
@@ -404,6 +404,8 @@
 
       callTimeout = HornetQClient.DEFAULT_CALL_TIMEOUT;
 
+      callFailoverTimeout = HornetQClient.DEFAULT_CALL_FAILOVER_TIMEOUT;
+
       minLargeMessageSize = HornetQClient.DEFAULT_MIN_LARGE_MESSAGE_SIZE;
 
       consumerWindowSize = HornetQClient.DEFAULT_CONSUMER_WINDOW_SIZE;



More information about the hornetq-commits mailing list