Author: chirino
Date: Mon Nov 5 08:13:24 2007
New Revision: 592061
URL: http://svn.apache.org/viewvc?rev=592061&view=rev
Log:
failover is no longer a vaild option on networkConnector
Modified:
activemq/trunk/assembly/src/release/conf/activemq.xml
Modified: activemq/trunk/assembly/src/release/conf/activemq.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/activemq.xml?rev=592061&r1=592060&r2=592061&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Mon Nov 5 08:13:24
2007
@@ -60,7 +60,7 @@
<!-- by default just auto discover the other brokers -->
<networkConnector name="default-nc" uri="multicast://default"/>
<!--
- <networkConnector name="host1 and host2"
uri="static://(tcp://host1:61616,tcp://host2:61616)" failover="true"/>
+ <networkConnector name="host1 and host2"
uri="static://(tcp://host1:61616,tcp://host2:61616)"/>
-->
</networkConnectors>