diff options
author | Martin Ritchie <ritchiem@apache.org> | 2008-03-21 13:17:11 +0000 |
---|---|---|
committer | Martin Ritchie <ritchiem@apache.org> | 2008-03-21 13:17:11 +0000 |
commit | 94f9ab094bb983cafb97c5ab6e970f51f8bd6a3c (patch) | |
tree | 7a530168179627c7b5525a2398c23f22a0877caa /java/broker | |
parent | c5443b4489acd4782ed8049c0f2c687c9fbf9c81 (diff) | |
download | qpid-python-94f9ab094bb983cafb97c5ab6e970f51f8bd6a3c.tar.gz |
QPID-868 : Removed the acl.config.xml from systests/etc and updated the systests pom file to locate the one in broker/etc.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@639629 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker')
-rw-r--r-- | java/broker/etc/acl.config.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/java/broker/etc/acl.config.xml b/java/broker/etc/acl.config.xml index 701b71dbec..d7bc9fcf25 100644 --- a/java/broker/etc/acl.config.xml +++ b/java/broker/etc/acl.config.xml @@ -42,7 +42,7 @@ <socketSendBuffer>32768</socketSendBuffer> </connector> <management> - <enabled>true</enabled> + <enabled>false</enabled> <jmxport>8999</jmxport> <security-enabled>false</security-enabled> </management> @@ -219,10 +219,6 @@ <timeoutFactor>2.0</timeoutFactor> </heartbeat> - <queue> - <auto_register>false</auto_register> - </queue> - <virtualhosts>${conf}/virtualhosts.xml</virtualhosts> </broker> |