fixed bad configuration file for the release

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@356525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2005-12-13 16:24:28 +00:00
parent 687bf43d9f
commit 729ff22a4b
1 changed files with 7 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<broker useJmx="true"> <broker useJmx="true">
<!-- In ActiveMQ 4, you can setup destination policies. note: this xml format may still change a bit --> <!-- In ActiveMQ 4, you can setup destination policies -->
<destinationPolicy> <destinationPolicy>
<policyMap><policyEntries> <policyMap><policyEntries>
@ -30,13 +30,18 @@
<transportConnectors> <transportConnectors>
<!-- prefixing a connector with discovery: causes the connector to be advertiesed over rendezvous --> <!-- prefixing a connector with discovery: causes the connector to be advertiesed over rendezvous -->
<!--
<transportConnector uri="discovery:tcp://localhost:61616"/> <transportConnector uri="discovery:tcp://localhost:61616"/>
-->
<transportConnector uri="tcp://localhost:61616"/>
</transportConnectors> </transportConnectors>
<networkConnectors> <networkConnectors>
<!-- by default just auto discover the other brokers --> <!-- by default just auto discover the other brokers -->
<networkConnector uri="multicast"/> <networkConnector uri="rendezvous://default"/>
<!-- <!--
<networkConnector uri="multicast"/>
<networkConnector uri="static://(tcp://host1:61616,tcp://host2:61616)"/> <networkConnector uri="static://(tcp://host1:61616,tcp://host2:61616)"/>
--> -->
</networkConnectors> </networkConnectors>