Disable the command agent by default for now cause it tends to spew out errors when the broker is shutdown.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@650859 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-04-23 13:24:18 +00:00
parent 620b657216
commit 80a978807f
1 changed files with 3 additions and 1 deletions

View File

@ -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 -->