This topic describes how to configure the default SCA Work manager
for the entire SCA layer. Create this Work manager if you need to tune or
monitor the thread pool for asynchronous invocation at the entire
SCA layer level. If this Work manager is not configured, SCA layer creates
one automatically.
About this task
Create the SCA Work manager, as follows:
Procedure
- Create a new Work manager. In the administrative console,
click Resources > Asynchronous beans > Work managers. Remember the
JNDI name provided.
- Configure SCA to use the newly-created work manager. In
the administrative console, click Application servers > server >
Process definition > Java virtual machine > Custom properties.
- Add a new property named SCAWorkManager with the value
as the JNDI name that was provided in step one.
- Save and restart the server.
Results
Service operation dispatches occur in the thread pool of the configured
Work manager.