summaryrefslogtreecommitdiff
path: root/cpp/design_docs
diff options
context:
space:
mode:
authorPavel Moravec <pmoravec@apache.org>2014-02-03 12:59:37 +0000
committerPavel Moravec <pmoravec@apache.org>2014-02-03 12:59:37 +0000
commit00c1d846b50589789a72849bf062088afb0497e7 (patch)
treec615c76029842df558eafda6d91d534bff329cbb /cpp/design_docs
parent4014d5b0c81a5451b250b919a03a8252825b6cf8 (diff)
downloadqpid-python-00c1d846b50589789a72849bf062088afb0497e7.tar.gz
QPID-5519: ACL property/properties for paged queues - fixed typo, added tests and documentation
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1563866 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/design_docs')
-rw-r--r--cpp/design_docs/broker-acl-work.txt24
1 files changed, 14 insertions, 10 deletions
diff --git a/cpp/design_docs/broker-acl-work.txt b/cpp/design_docs/broker-acl-work.txt
index e89e446a56..e587dc5198 100644
--- a/cpp/design_docs/broker-acl-work.txt
+++ b/cpp/design_docs/broker-acl-work.txt
@@ -28,16 +28,20 @@ in memory and on disk.
* Add property limit settings to CREATE QUEUE Acl rules.
-User Option Acl Limit Property Units
---------------- ---------------------- ---------------
-qpid.max_size queuemaxsizelowerlimit bytes
- queuemaxsizeupperlimit bytes
-qpid.max_count queuemaxcountlowerlimit messages
- queuemaxcountupperlimit messages
-qpid.file_size filemaxsizelowerlimit pages (64Kb per page)
- filemaxsizeupperlimit pages (64Kb per page)
-qpid.file_count filemaxcountlowerlimit files
- filemaxcountupperlimit files
+User Option Acl Limit Property Units
+--------------- ---------------------- ---------------
+qpid.max_size queuemaxsizelowerlimit bytes
+ queuemaxsizeupperlimit bytes
+qpid.max_count queuemaxcountlowerlimit messages
+ queuemaxcountupperlimit messages
+qpid.file_size filemaxsizelowerlimit pages (64Kb per page)
+ filemaxsizeupperlimit pages (64Kb per page)
+qpid.file_count filemaxcountlowerlimit files
+ filemaxcountupperlimit files
+qpid.max_pages_loaded pageslowerlimit pages
+ pagesupperlimit pages
+qpid.page_factor pagefactorlowerlimit integer (multiple of the platform-defined page size)
+ pagefactorlowerlimit integer (multiple of the platform-defined page size)
* Change rule match behavior to accomodate limit settings