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