You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/11/16 16:29:39 UTC

svn commit: r475771 - in /incubator/activemq/trunk/assembly/src/release/conf: activemq-nojournal.xml activemq.xml

Author: jstrachan
Date: Thu Nov 16 07:29:38 2006
New Revision: 475771

URL: http://svn.apache.org/viewvc?view=rev&rev=475771
Log:
enabled the Command Agent by default

Modified:
    incubator/activemq/trunk/assembly/src/release/conf/activemq-nojournal.xml
    incubator/activemq/trunk/assembly/src/release/conf/activemq.xml

Modified: incubator/activemq/trunk/assembly/src/release/conf/activemq-nojournal.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/conf/activemq-nojournal.xml?view=diff&rev=475771&r1=475770&r2=475771
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/conf/activemq-nojournal.xml (original)
+++ incubator/activemq/trunk/assembly/src/release/conf/activemq-nojournal.xml Thu Nov 16 07:29:38 2006
@@ -68,6 +68,9 @@
     </networkConnectors>
     
   </broker>
+
+  <!-- lets create a command agent to respond to message based admin commands on the ActiveMQ.Agent topic -->
+  <commandAgent xmlns="http://activemq.org/config/1.0"/>
   
   <!--  This xbean configuration file supports all the standard spring xml configuration options -->
   

Modified: incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/conf/activemq.xml?view=diff&rev=475771&r1=475770&r2=475771
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ incubator/activemq/trunk/assembly/src/release/conf/activemq.xml Thu Nov 16 07:29:38 2006
@@ -74,7 +74,10 @@
     </networkConnectors>
     
   </broker>
-  
+
+  <!-- lets create a command agent to respond to message based admin commands on the ActiveMQ.Agent topic -->
+  <commandAgent xmlns="http://activemq.org/config/1.0"/>
+
   <!--  This xbean configuration file supports all the standard spring xml configuration options -->
   
   <!-- Postgres DataSource Sample Setup -->