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);
}
}
Show replies by date