Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Create a global managed scheduled executor service template


You can create managed scheduled executor service (MSES) templates that are used by applications to execute submitted tasks asynchronously at specific times.

To create a MSES template for the domain:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane of the Console, expand Environment and select Concurrent Templates.

    The Concurrent Manage Object Templates table displays in the right pane showing all the CMO templates defined in the domain.

  3. Click New and select Managed Scheduled Executor Service Template from the list.
  4. Enter a name for the new MSES template.
  5. From the Scope drop-down list, select Global to make this MSES template available to the entire domain.
  6. Optionally, enter additional configuration information for this MSES template:
    • Dispatch Policy - The name of Work Manager to use for this MSES template. When left blank, the default Work Manager is used.
    • Long Running Threads Priority - An integer that specifies the long running daemon thread's priority. If specified, all long running threads are affected.
    • Max Concurrent Long Running Requests - The maximum number of concurrent long-running tasks submitted to this MSES template in the domain.

    For more information about these fields, refer to Configuration Options.

  7. Click Next to proceed to the targeting page.
  8. Select the server instances or clusters where the MSES template will be accessible.

    Only applications that have been deployed to the selected servers or clusters can use this MSES template.

  9. Click Finish.
  10. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

Result

The new MSES template appears in the Concurrent Managed Object Templates table.


Back to Top