Author: dejanb
Date: Wed Apr 7 12:17:30 2010
New Revision: 931516
URL: http://svn.apache.org/viewvc?rev=931516&view=rev
Log:
updating web console embeded activemq.xml
Modified:
activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml
Modified:
activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml?rev=931516&r1=931515&r2=931516&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml
(original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml
Wed Apr 7 12:17:30 2010
@@ -46,13 +46,6 @@
</policyMap>
</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>
<!-- by default just auto discover the other brokers -->
<networkConnector name="defaultNetwork" uri="multicast://default"/>
@@ -61,6 +54,12 @@
-->
</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>
<!-- lets create a command agent to respond to admin commands over JMS or
XMPP on the ActiveMQ.Agent topic -->