mirror of https://github.com/apache/activemq.git
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:
parent
687bf43d9f
commit
729ff22a4b
|
@ -3,7 +3,7 @@
|
|||
|
||||
<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>
|
||||
<policyMap><policyEntries>
|
||||
|
||||
|
@ -30,13 +30,18 @@
|
|||
|
||||
<transportConnectors>
|
||||
<!-- prefixing a connector with discovery: causes the connector to be advertiesed over rendezvous -->
|
||||
<!--
|
||||
<transportConnector uri="discovery:tcp://localhost:61616"/>
|
||||
-->
|
||||
<transportConnector uri="tcp://localhost:61616"/>
|
||||
</transportConnectors>
|
||||
|
||||
<networkConnectors>
|
||||
<!-- 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)"/>
|
||||
-->
|
||||
</networkConnectors>
|
||||
|
|
Loading…
Reference in New Issue