3 Replies Latest reply on Apr 22, 2015 7:56 AM by jaikiran

    How to configure pool size for individual Stateless beans?

    adasko

      We want to limit the number of concurrent request to certain EJB's. Configuring the pool size at the subsystem level is not sufficient since it affects all EJB's.

       

      Currently we solve this by putting the request on a JMS(hornetq) queue and controlling the concurrency that way. It would be nicer to just use @Asynchronous and let the container control the concurrency.