From 660fb9713deb72f0ce35a5ca960f6e37dc14ab14 Mon Sep 17 00:00:00 2001 From: Keith Wall Date: Wed, 30 Jul 2014 22:24:19 +0000 Subject: 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 --- qpid/java/broker/etc/broker_example.acl | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid/java/broker') 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) -- cgit v1.2.1