diff options
| author | Keith Wall <kwall@apache.org> | 2014-07-30 22:24:19 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-07-30 22:24:19 +0000 |
| commit | 660fb9713deb72f0ce35a5ca960f6e37dc14ab14 (patch) | |
| tree | ed5d4ffff7e3ef1967b1740d5d9a5fdfb79afc08 /qpid/java/broker | |
| parent | 7a1cecd5056d9f923bca6447c684f3d4ee6ebcc6 (diff) | |
| download | qpid-python-660fb9713deb72f0ce35a5ca960f6e37dc14ab14.tar.gz | |
QPID-5944: [Java Broker] Expose queue clear management operation to the REST API and Web Management Console
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1614783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker')
| -rw-r--r-- | qpid/java/broker/etc/broker_example.acl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/broker/etc/broker_example.acl b/qpid/java/broker/etc/broker_example.acl index 29dca90f15..418e0d4656 100644 --- a/qpid/java/broker/etc/broker_example.acl +++ b/qpid/java/broker/etc/broker_example.acl @@ -83,6 +83,7 @@ ACL ALLOW webadmins ACCESS_LOGS BROKER #ACL ALLOW-LOG webadmins UPDATE METHOD component="VirtualHost.Queue" name="moveMessages" #ACL ALLOW-LOG webadmins UPDATE METHOD component="VirtualHost.Queue" name="copyMessages" #ACL ALLOW-LOG webadmins UPDATE METHOD component="VirtualHost.Queue" name="deleteMessages" +#ACL ALLOW-LOG webadmins UPDATE METHOD component="VirtualHost.Queue" name="clearQueue" ### MESSAGING ### # The 'ACCESS VIRTUALHOST' rules below apply to messaging operations (as opposed to management operations) |
