mirror of https://github.com/apache/activemq.git
updating web console embeded activemq.xml
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@931516 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ce8f83acf1
commit
140f8e0322
|
@ -46,13 +46,6 @@
|
||||||
</policyMap>
|
</policyMap>
|
||||||
</destinationPolicy>
|
</destinationPolicy>
|
||||||
|
|
||||||
|
|
||||||
<transportConnectors>
|
|
||||||
<transportConnector name="openwire" uri="tcp://localhost:61616" discoveryUri="multicast://default"/>
|
|
||||||
<transportConnector name="stomp" uri="stomp://localhost:61613"/>
|
|
||||||
<transportConnector name="xmpp" uri="xmpp://localhost:61222"/>
|
|
||||||
</transportConnectors>
|
|
||||||
|
|
||||||
<networkConnectors>
|
<networkConnectors>
|
||||||
<!-- by default just auto discover the other brokers -->
|
<!-- by default just auto discover the other brokers -->
|
||||||
<networkConnector name="defaultNetwork" uri="multicast://default"/>
|
<networkConnector name="defaultNetwork" uri="multicast://default"/>
|
||||||
|
@ -61,6 +54,12 @@
|
||||||
-->
|
-->
|
||||||
</networkConnectors>
|
</networkConnectors>
|
||||||
|
|
||||||
|
<transportConnectors>
|
||||||
|
<transportConnector name="openwire" uri="tcp://localhost:61616" discoveryUri="multicast://default"/>
|
||||||
|
<transportConnector name="stomp" uri="stomp://localhost:61613"/>
|
||||||
|
<transportConnector name="xmpp" uri="xmpp://localhost:61222"/>
|
||||||
|
</transportConnectors>
|
||||||
|
|
||||||
</broker>
|
</broker>
|
||||||
|
|
||||||
<!-- lets create a command agent to respond to admin commands over JMS or XMPP on the ActiveMQ.Agent topic -->
|
<!-- lets create a command agent to respond to admin commands over JMS or XMPP on the ActiveMQ.Agent topic -->
|
||||||
|
|
Loading…
Reference in New Issue