You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2013/03/26 13:37:33 UTC

svn commit: r1461089 - in /activemq/trunk/assembly/src/sample-conf: activemq-command.xml journaledMem-example.xml kaha-example.xml memory-example.xml quickJdbc-example.xml

Author: dejanb
Date: Tue Mar 26 12:37:33 2013
New Revision: 1461089

URL: http://svn.apache.org/r1461089
Log:
removing some deprecated config examples

Removed:
    activemq/trunk/assembly/src/sample-conf/journaledMem-example.xml
    activemq/trunk/assembly/src/sample-conf/kaha-example.xml
    activemq/trunk/assembly/src/sample-conf/memory-example.xml
    activemq/trunk/assembly/src/sample-conf/quickJdbc-example.xml
Modified:
    activemq/trunk/assembly/src/sample-conf/activemq-command.xml

Modified: activemq/trunk/assembly/src/sample-conf/activemq-command.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/activemq-command.xml?rev=1461089&r1=1461088&r2=1461089&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/activemq-command.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/activemq-command.xml Tue Mar 26 12:37:33 2013
@@ -41,8 +41,6 @@
         </managementContext>
 
         <transportConnectors>
-            <!-- Create a XMPP transport for XMPP clients. -->
-            <transportConnector name="xmpp" uri="xmpp://localhost:61222"/>
             <transportConnector name="openwire" uri="tcp://0.0.0.0:61616"/>
         </transportConnectors>
     </broker>