mirror of https://github.com/apache/activemq.git
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:
parent
620b657216
commit
80a978807f
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue