Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Work Manager: Maximum Threads Constraint: Configuration

Configuration Options     Related Tasks     Related Topics

Use this page to configure properties for the selected maximum threads constraint.

Configuration Options

Name Description
Name

The user-specified name of this MBean instance.

This name is included as one of the key properties in the MBean's javax.management.ObjectName:

Name=user-specified-name

MBean Attribute:
MaxThreadsConstraintMBean.Name

Changes take effect after you redeploy the module or restart the server.

Count

Maximum number of concurrent threads that can execute requests sharing this constraint.

A count of 0 or -1 is treated as if the constraint is not present. This means that no constraint is enforced for these two values. A count > 0 can be dynamically changed to 0 to indicate that constraint enforcement is no longer needed.

MBean Attribute:
MaxThreadsConstraintMBean.Count

Data Source

Name of the connection pool whose size is taken as the max constraint.

This can be the name of a JDBC data source. The max capacity of the data source is used as the constraint.

MBean Attribute:
MaxThreadsConstraintMBean.ConnectionPoolName

Changes take effect after you redeploy the module or restart the server.

Scope

The scope in which this maximum threads constraint is created.

Related Tasks

Related Topics


Back to Top