Configuration Reference Home
OpenDJ Server - Work Queue

Work Queue

Note: this is an abstract component, 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.

Direct Subcomponents

The following Work Queues are available in the server :

These Work Queues inherit from the properties described below.

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ java-class  None

Basic Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Work Queue implementation.
Default Value
None
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.WorkQueue
Multi-valued
No
Required
Yes
Admin Action Required
Restart the server
Advanced Property
No
Read-only
No