Configuration parameters
A configuration file contains the following parameters:
Name | Description | Default value |
---|---|---|
org.apache.cxf.workqueue.names | One or more names of workqueues, separated by commas | 'default' |
org.apache.cxf.workqueue.default. highWaterMark | Maximum number of threads to work on the queue | 10 |
org.apache.cxf.workqueue.default. lowWaterMark | Minimum number of threads to work on the queue | 5 |
org.apache.cxf.workqueue.default. initialSize | Initial number of threads to work on the queue | 7 |
org.apache.cxf.workqueue.default. dequeueTimeout | This is the keep alive time for the threadpool executor. This allows excess threads to be terminated when idle for longer than this time, and they can be created again later if needed. | 100 (optional) |
org.apache.cxf.workqueue.default. queueSize | Maximum number of entries in the queue | 100 (optional) |