summaryrefslogtreecommitdiff
path: root/qpid/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
commit1f71694af9d86eec479e41404d8cf8affd448a70 (patch)
tree094e67a266ee73e5beb59e00a31b7cbb6f684679 /qpid/cpp/design_docs
parentc3b93ca895efa1175e5891ba73b0407e421ad31e (diff)
downloadqpid-python-1f71694af9d86eec479e41404d8cf8affd448a70.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@1563866 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/design_docs')
-rw-r--r--qpid/cpp/design_docs/broker-acl-work.txt24
1 files changed, 14 insertions, 10 deletions
diff --git a/qpid/cpp/design_docs/broker-acl-work.txt b/qpid/cpp/design_docs/broker-acl-work.txt
index e89e446a56..e587dc5198 100644
--- a/qpid/cpp/design_docs/broker-acl-work.txt
+++ b/qpid/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