You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ernest Allen (JIRA)" <ji...@apache.org> on 2013/03/01 17:29:12 UTC

[jira] [Updated] (QPID-4604) C++ Broker queue creation limits require better granularity

     [ https://issues.apache.org/jira/browse/QPID-4604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ernest Allen updated QPID-4604:
-------------------------------

    Attachment: acl_queue.patch

Implements acl queue quota per user. Also adds python tests for new quotas.
                
> C++ Broker queue creation limits require better granularity 
> ------------------------------------------------------------
>
>                 Key: QPID-4604
>                 URL: https://issues.apache.org/jira/browse/QPID-4604
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>    Affects Versions: 0.20
>            Reporter: Chuck Rolke
>         Attachments: acl_queue.patch
>
>
> A single command line switch sets the queue creation limit value for all users. Typical customers require different limits for different users. This issue tracks moving the user limit specification to the ACL file.
> This is a problem very similar to the connection limits in https://issues.apache.org/jira/browse/QPID-4054
> The ACL file syntax is
>    quota queues value <group-name-list>|<user-name-list> [ <group-name-list>|<user-name-list>]
> 1. A user or group name must be specified on every Acl rule line.
> 2. Quota values range from 0..65530. A quota value of zero denies connections from that user or group.
> 3. Quotas specified for pseudo-user "all" are applied to any user who is otherwise unnamed in the rule file.
> 4. The value supplied by the --max-queues-per-user command line switch is applied to the "all" user before the ACL file is processed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org