1 Reply Latest reply on Feb 11, 2014 8:38 PM by konami

    How to control Thread pool for Asynchronous proxy for EJBs in AS 5?

    konami

      Hi folks,

       

      I have an application running with JBoss AS 5 which downloads some content from remote server. It uses Asynchronous proxy for EJBs to do parallel download [1]. The problem now is it is creating too many threads to download and causes the other web server to crash. Is there a way to control the number of threads created with it? There doesn't seem to be much in the documentation. Thanks for your help.

       

      Reference:

      1. Chapter 36. Asynchronous proxy for EJBs - JBoss specific extension to EJB3