Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
21.7. Configuring the EJB Asynchronous Invocation Service
21.7.1. EJB3 Asynchronous Invocation Service
The Asynchronous Invocation Service is an Enterprise JavaBeans container service that manages asynchronous invocation of session bean methods. This service maintains a configurable number of threads (a thread pool) that are allocated for asynchronous method execution.
Enterprise JavaBeans 3.1 allows for any method of a session bean (stateful, stateless or singleton) to be annotated to permit asynchronous execution.
21.7.2. Configure the EJB3 Asynchronous Invocation Service Thread Pool
JBoss Administrators can configure the EJB3 Asynchronous Invocation Service in the JBoss EAP 6 Management Console to use a specific thread pool.
Procedure 21.27. Configure the EJB3 Asynchronous Invocation Service thread pool
- Login to the Management Console. See Section 3.3.2, “Log in to the Management Console”.
- Click on thetab at the top of the screen. Expand the menu and select . Select the tab, click on .
- Click.
- Select the EJB3 thread pool to use from the list. The thread pool must have been already created.
- Clickto finish.