Este conteúdo não está disponível no idioma selecionado.
21.7. Configuring the EJB Asynchronous Invocation Service
21.7.1. EJB3 Asynchronous Invocation Service Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
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 Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
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 the tab 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.
- Click to finish.