1 Reply Latest reply on May 30, 2006 12:12 PM by lepe

    Limit the number of EJB clients simultaneously accessing the

    glum

      We have thick Swing-based EJB clients accessing EJB server. I need to limit the maximum number of clients running simultaneosly. I know that it could be implemented in EJB logic, but could it be done in a more simple way? I suppose that JBoss tracks active connections so it should be an easy task... Any hint? Thanks a lot!