[hornetq-commits] JBoss hornetq SVN: r10926 - branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jul 5 12:59:31 EDT 2011


Author: borges
Date: 2011-07-05 12:59:31 -0400 (Tue, 05 Jul 2011)
New Revision: 10926

Modified:
   branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/CoreProtocolManager.java
Log:
HORNETQ-720 Set 'backup' parameter to true. Fixes topology.

Modified: branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/CoreProtocolManager.java
===================================================================
--- branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/CoreProtocolManager.java	2011-07-05 16:45:00 UTC (rev 10925)
+++ branches/HORNETQ-720_Replication/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/CoreProtocolManager.java	2011-07-05 16:59:31 UTC (rev 10926)
@@ -163,7 +163,7 @@
                   throw new RuntimeException(e);
                }
                server.getClusterManager().notifyNodeUp(msg.getNodeID(),
-                                                       getPairForNotification(msg.getConnector(), true), false, true);
+                                                       getPairForNotification(msg.getConnector(), true), true, true);
             }
          }
 



More information about the hornetq-commits mailing list