Sidebar

How can I configure QIE to use more than 10 processor threads

0 votes
378 views
asked Apr 1, 2014 by ron-s-6919 (4,480 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.
answered Apr 1, 2014 by ron-s-6919 (4,480 points)
...