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.

Basic Properties

java-class

SynopsisSpecifies the fully-qualified name of the Java class that provides the Work Queue implementation.
Default Value

None

Allowed Values

A Java class that extends or implements:

  • org.opends.server.api.WorkQueue

Multi-valued

No

Required

Yes

Admin Action Required

Restart the server for changes to take effect.

Advanced

No

Read-Only

No

Read a different version of :