You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2008/04/23 15:24:19 UTC

svn commit: r650859 - /activemq/trunk/assembly/src/release/conf/activemq.xml

Author: chirino
Date: Wed Apr 23 06:24:18 2008
New Revision: 650859

URL: http://svn.apache.org/viewvc?rev=650859&view=rev
Log:
Disable the command agent by default for now cause it tends to spew out errors when the broker is shutdown.

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=650859&r1=650858&r2=650859&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Wed Apr 23 06:24:18 2008
@@ -122,8 +122,10 @@
     </camelContext>
 
 
-    <!-- lets create a command agent to respond to message based admin commands on the ActiveMQ.Agent topic -->
+    <!-- Uncomment to create a command agent to respond to message based admin commands on the ActiveMQ.Agent topic -->
+    <!--
     <commandAgent xmlns="http://activemq.apache.org/schema/core" brokerUrl="vm://localhost"/>
+    -->
 
 
     <!-- An embedded servlet engine for serving up the Admin console -->