enable XMPP by default in the stand alone broker

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@516482 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2007-03-09 17:46:07 +00:00
parent 1ffb7fc6e3
commit bdef2f52d0
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
<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"/>
</transportConnectors>
<!-- The store and forward broker networks ActiveMQ will listen to -->