The is a type of work queue that uses a number of worker threads that watch a queue and pick up an operation to process whenever one becomes available. ds-cfg-traditional-work-queue ds-cfg-work-queue The number of worker threads that should be used to process operations placed into the queue. ds-cfg-num-worker-threads The maximum number of queued operations that can be in the work queue at any given time. If the work queue is already full and additional requests are received by the server, they will be rejected. The work queue will not impose any limit on the number of operations that can be enqueued at any one time. ds-cfg-max-work-queue-capacity