Implementation
The Connection Limit Authentication module name is:
com.tibco.tibems.tibemsd.security.jaas.ConnectionLimitAuthentication
The JAAS configuration file entry for this login module should have a section similar to the following:
EMSUserAuthentication { com.tibco.tibems.tibemsd.security.jaas.ConnectionLimitAuthentication required tibems.connectionlimit.max_connections="5" tibems.connectionlimit.type="HOSTNAME" ;
};