+

Search Tips   |   Advanced Search

Configure the default SCA Work manager for the SCA layer

We can configure the default SCA Work manager for the entire SCA layer. Create this Work manager if we 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.

Use the console to create an SCA work manager.

  1. Create a new Work manager.

    In the console, click...

      Resources > Asynchronous beans > Work managers

    Remember the JNDI name provided.

  2. Configure SCA to use the newly-created work manager.

    In the console, click Application servers > server_name > Process definition > JVM > Custom properties.

  3. Add a new property named SCAWorkManager with the value as the JNDI name that was provided in step one.

  4. Save and restart the server.


Results

Service operation dispatches occur in the thread pool of the configured Work manager.


Related concepts

  • Asynchronous beans


    Related tasks

  • Configure Work managers for one-way operations