1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
519 views
by ron-s-6919 (4.5k points)
If I am running QIE on hardware that can support additional processing power, can I increase the number of background processing threads that are used by the channels to process the messages?

1 Answer

0 votes
By default, QIE starts 10 processing threads that are used by the channels.  Each channel can use up to 50% of the processing threads at any given time.  This means that a high volume channel will only use up to 5 of the threads at any given time.

To configure QIE with additional processing threads, you can use the JVM System Property option below:

-Dqie.processorThreads=XX

where XX is the number of threads that you would like to have.

NOTE: You would only change this option if the hardware that you are running QIE on can support the additional simultaneous processing.
by ron-s-6919 (4.5k points)
...