Work Queue

This is an abstract object type that cannot be instantiated.

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.

Work Queues

The following Work Queues are available:

These Work Queues inherit the properties described below.

Properties

Use the --advanced option to access advanced properties.

Basic Properties

Advanced Properties

  • None

Basic Properties

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the Work Queue implementation.
Default ValueNone
Allowed ValuesA Java class that extends or implements:
org.opends.server.api.WorkQueue
Multi-valuedNo
RequiredYes
Admin Action RequiredRestart the server for changes to take effect.
AdvancedNo
Read-OnlyNo