Shared Queue
All destinations that use the shared queue threading model share the processing unit’s shared queue and threads.
The default and most straightforward option is when one pool of worker threads picks jobs from the shared queue. Execution continues on a thread through to post-RTC.
The configuration settings are as follows:
Property | Notes |
---|---|
Specifies that the shared queue threading model is used. | |
Specifies the size of the queue used for all destinations in the processing unit that use the shared queue threading model. | |
Specifies the number of threads used for all destinations in the processing unit that use the shared queue threading model. |
Copyright © TIBCO Software Inc. All rights reserved.