WorkQueueCfgDefn.properties revision b1dce270ec218b8ad86ce6d745d295da038a5c88
f66c4d271f680b0c8353a8bc70afafe6739606cdChristian Maederuser-friendly-name=Work Queue
user-friendly-plural-name=Work Queues
synopsis=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.
description=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.
property.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Work Queue implementation.