mklaca commented on a change in pull request #76: URL: https://github.com/apache/qpid-broker-j/pull/76#discussion_r595114886
########## File path: broker-core/src/main/java/org/apache/qpid/server/virtualhost/AbstractVirtualHost.java ########## @@ -229,6 +233,7 @@ public Result getResult(final Subject subject) } }, Result.DEFER); + private volatile UserConnectionLimiter _userConnectionLimiter; Review comment: Every VH needs a master connection limiter that will co-ordinate the work of all connection limiters and keep the connection counters in consistent state. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org