The Work Queue provides the configuration for the server work queue and is responsible for ensuring that requests received from clients are processed in a timely manner.
Only a single work queue can be defined in the server. Whenever a connection handler receives a client request, it should place the request in the work queue to be processed appropriately.
↓Direct Subcomponents
↓Properties
↓dsconfig Usage
The following Work Queues are available in the server :
These Work Queues inherit from the properties described below.
The properties supported by this managed object are as follows:
| Basic Properties: | Advanced Properties: |
|---|---|
| ↓ java-class | None |
| Description | Specifies the fully-qualified name of the Java class that provides the Work Queue implementation. |
| Default Value | None |
| Allowed Values | The fully-qualified name of a Java class that extends or implements com.unboundid.directory.server.api.WorkQueue |
| Multi-Valued | No |
| Required | Yes |
| Admin Action Required | None. Modification requires no further action |
To view the Work Queue configuration:
dsconfig get-work-queue-prop
[--tab-delimited]
[--script-friendly]
[--property {propertyName}] ...
To update the Work Queue configuration:
dsconfig set-work-queue-prop
(--set|--add|--remove) {propertyName}:{propertyValue}
[(--set|--add|--remove) {propertyName}:{propertyValue}] ...