Skip to content

Processor Pool Assumed Throughput

Key: qie.processorPoolAssumedThroughput

Env Var: QIE_PROCESSORPOOLASSUMEDTHROUGHPUT

Default: 20

Scope: Global

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

Examples

Env Var

QIE_PROCESSORPOOLASSUMEDTHROUGHPUT=10

Java Option

-Dqie.processorPoolAssumedThroughput=10

YAML

QIE_PROCESSORPOOLASSUMEDTHROUGHPUT: 10