Skip to main content

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)

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!