enabled the Command Agent by default

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@475771 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-11-16 15:29:38 +00:00
parent a218949c58
commit 86ad069c2b
2 changed files with 7 additions and 1 deletions

View File

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

View File

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