Skip to content

Completion Pool Assumed Throughput

Key: qie.completionPoolAssumedThroughput

Env Var: QIE_COMPLETIONPOOLASSUMEDTHROUGHPUT

Default: 70

Scope: Global

Description: This is an assumed rate at which the completion thread can process messages per second. If backlogs are forming and the backlog is found in the completion pool, then decreasing this option will cause more threads to be started at a faster rate.

Examples

Env Var

QIE_COMPLETIONPOOLASSUMEDTHROUGHPUT=70

Java Option

-Dqie.completionPoolAssumedThroughput=70

YAML

QIE_COMPLETIONPOOLASSUMEDTHROUGHPUT: 70