summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorCharles E. Rolke <chug@apache.org>2012-09-07 17:49:20 +0000
committerCharles E. Rolke <chug@apache.org>2012-09-07 17:49:20 +0000
commit3ede0f0e8a88858221eb1e4babcb23d54a1edf1b (patch)
tree8341a261e1cc1e22a7c0154868c5ac2a13a58b70 /qpid/cpp
parentb242122ba774c99b97e658ad1fcfbc4fd888ed8a (diff)
downloadqpid-python-3ede0f0e8a88858221eb1e4babcb23d54a1edf1b.tar.gz
QPID-2393 Acl counts queues. Fix unit name in management stat. (from r1376961)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1382100 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/qpid/acl/management-schema.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/acl/management-schema.xml b/qpid/cpp/src/qpid/acl/management-schema.xml
index 5e42e94f52..2ac20bb324 100644
--- a/qpid/cpp/src/qpid/acl/management-schema.xml
+++ b/qpid/cpp/src/qpid/acl/management-schema.xml
@@ -28,7 +28,7 @@
<property name="maxQueuesPerUser" type="uint16" access="RO" desc="Maximum allowed queues"/>
<statistic name="aclDenyCount" type="count64" unit="request" desc="Number of ACL requests denied"/>
<statistic name="connectionDenyCount" type="count64" unit="connection" desc="Number of connections denied"/>
- <statistic name="queueQuotaDenyCount" type="count64" unit="connection" desc="Number of queue creations denied"/>
+ <statistic name="queueQuotaDenyCount" type="count64" unit="queue" desc="Number of queue creations denied"/>
<method name="reloadACLFile" desc="Reload the ACL file"/>