Skip to content

Daily Message Counter Write Frequency

Key: qie.dailyMessageCountWriteFrequency

Env Var: QIE_DAILYMESSAGECOUNTWRITEFREQUENCY

Default: 1500

Scope: Global

Description: This is how frequently the system will persist the message counts to the database in ms when QIE is running in HA mode. Increasing this value will decrease the number of calls to the database, but will also cause the UI to be delayed in it's reporting of the current queue counts.

Examples

Env Var

QIE_DAILYMESSAGECOUNTWRITEFREQUENCY=3000

Java Option

-Dqie.dailyMessageCountWriteFrequency=3000

YAML

QIE_DAILYMESSAGECOUNTWRITEFREQUENCY: 3000