Author: jstrachan
Date: Fri Mar  9 09:46:07 2007
New Revision: 516482

URL: http://svn.apache.org/viewvc?view=rev&rev=516482
Log:
enable XMPP by default in the stand alone broker

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?view=diff&rev=516482&r1=516481&r2=516482
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Fri Mar  9 09:46:07 
2007
@@ -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 -->


Reply via email to