Hi In WebSphere there is a thread pool for serving @Asynchronous EJB method calls as well as request work queue used when all threads are busy. When the thread is full the work is placed on the queue and when the queue is full the policy of BLOCK or FAIL will determine if the thread calling the method will hang or fail.
Questions - Does TomEE have similar configuration? - Is there any way of knowing before calling the @Asynchronous EJB method if it will wait before beeing processed (or in the WebSphere case hang)? Combine it with @AccessTimeout perhaps? Regards LF -- Med vänlig hälsning / Best regards Lars-Fredrik Smedberg STATEMENT OF CONFIDENTIALITY: The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the address(es) and may contain confidential or privileged information. If you are not the intended recipient, please notify Lars-Fredrik Smedberg immediately at [email protected], and destroy all copies of this message and any attachments.
