You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2012/08/23 20:32:05 UTC

svn commit: r1376641 - /qpid/branches/qpid-2393/qpid/cpp/src/qpid/acl/Acl.cpp

Author: chug
Date: Thu Aug 23 18:32:05 2012
New Revision: 1376641

URL: http://svn.apache.org/viewvc?rev=1376641&view=rev
Log:
QPID-2393 Count queues per user. Show queue limit in mgmt property.


Modified:
    qpid/branches/qpid-2393/qpid/cpp/src/qpid/acl/Acl.cpp

Modified: qpid/branches/qpid-2393/qpid/cpp/src/qpid/acl/Acl.cpp
URL: http://svn.apache.org/viewvc/qpid/branches/qpid-2393/qpid/cpp/src/qpid/acl/Acl.cpp?rev=1376641&r1=1376640&r2=1376641&view=diff
==============================================================================
--- qpid/branches/qpid-2393/qpid/cpp/src/qpid/acl/Acl.cpp (original)
+++ qpid/branches/qpid-2393/qpid/cpp/src/qpid/acl/Acl.cpp Thu Aug 23 18:32:05 2012
@@ -65,6 +65,7 @@ Acl::Acl (AclValues& av, Broker& b): acl
         mgmtObject->set_maxConnections(aclValues.aclMaxConnectTotal);
         mgmtObject->set_maxConnectionsPerIp(aclValues.aclMaxConnectPerIp);
         mgmtObject->set_maxConnectionsPerUser(aclValues.aclMaxConnectPerUser);
+        mgmtObject->set_maxQueuesPerUser(aclValues.aclMaxQueuesPerUser);
     }
     std::string errorString;
     if (!readAclFile(errorString)){



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