Author: gtully
Date: Wed Jul 1 10:28:05 2009
New Revision: 790100
URL: http://svn.apache.org/viewvc?rev=790100&view=rev
Log:
have default broker config use wildcard address to listen on all interfaces to
maintain existing behaviour, localhost now means just localhost or loopback -
up shot of https://issues.apache.org/activemq/browse/AMQ-2094
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=790100&r1=790099&r2=790100&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Wed Jul 1 10:28:05
2009
@@ -105,10 +105,10 @@
<!-- The transport connectors ActiveMQ will listen to -->
<transportConnectors>
- <transportConnector name="openwire" uri="tcp://localhost:61616"
discoveryUri="multicast://default"/>
- <transportConnector name="ssl" uri="ssl://localhost:61617"/>
- <transportConnector name="stomp" uri="stomp://localhost:61613"/>
- <transportConnector name="xmpp" uri="xmpp://localhost:61222"/>
+ <transportConnector name="openwire" uri="tcp://0.0.0.0:61616"
discoveryUri="multicast://default"/>
+ <transportConnector name="ssl" uri="ssl://0.0.0.0:61617"/>
+ <transportConnector name="stomp" uri="stomp://0.0.0.0:61613"/>
+ <transportConnector name="xmpp" uri="xmpp://0.0.0.0:61222"/>
</transportConnectors>
</broker>