You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Charles E. Rolke (Jira)" <ji...@apache.org> on 2019/10/10 14:52:00 UTC

[jira] [Commented] (DISPATCH-1427) Allow policy to define user (group) specific connection limits

    [ https://issues.apache.org/jira/browse/DISPATCH-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16948672#comment-16948672 ] 

Charles E. Rolke commented on DISPATCH-1427:
--------------------------------------------

This proposal defines two new settings for connection limits for a group of users in a vhost. 

Currently the max connections limits defined by router schema are:

|| Policy || ||
| maxConnections   | global maximum for all client connections |

|| Vhost || ||
| maxConnections        | aggregate maximum for all clients to this vhost |
| maxConnectionsPerUser | maximum for any user in this vhost |
| maxConnectionsPerHost | maximum connections from a remote host to this vhost |

These settings remain unchanged.

This proposal adds:

|| vhostUserGroupSettings || ||
| maxConnectionsPerUser       | optional override for Vhost maxConnectionsPerUser |
| maxConnectionsPerHost       | optional override for Vhost maxConnectionsPerHost |

When not specified, users in the user group use the Vhost maxConnectionsPerUser and maxConnectionsPerHost as they do prior to this change.

When specified, users in the group are assigned group-specific values which may be less than, equal to, or greater than the default settings in the Vhost.

This setting applies to all the users in the user group. There is no provision to specify a different limit for an individual user in the group.


> Allow policy to define user (group) specific connection limits
> --------------------------------------------------------------
>
>                 Key: DISPATCH-1427
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1427
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>            Reporter: Gordon Sim
>            Assignee: Charles E. Rolke
>            Priority: Major
>
> At present the max connections allowed is the same for all users. It would be useful to be able to vary this as some classes of user may have different needs to others.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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