13 Replies Latest reply on Apr 14, 2014 12:33 PM by yankeson

    Are Stateless Session EJB Thread-safe

    mjrother

      If I have multiple clients making requests on a single stateless session EJB at the same time what happens ? It is my understanding that EJB's are thread-safe. So does the container place the requests in a queue or what ?


      Thanks