Configuring Arbortext Publishing Engine > Setting Configuration Parameters > Configuring Sub-process Pools > Specifying a Dedicated Queuing Pool
  
Specifying a Dedicated Queuing Pool
If you need to reserve a Sub-process pool for queued requests, you can define a test that will accept only queued requests by using the same Test Set as the Queue Manager. In the following example, the subprocess pool will not accept immediate requests, and its sub-processes will be dedicated to process queued transactions.
<RequestSelector class="com.arbortext.e3.TestQueryMatch"
id="test-queue">
<Parameter name="query-name" value="queue"/>
<Parameter name="query-pattern" value="yes"/>
</RequestSelector>
Then define a Test in a Sub-process pool Test Set, called test-queue:
<SubprocessPool id="pool-queue" enabled="yes" >
<TestSet>
<Test name="test-queue" />
</TestSet>
</SubprocessPool>
If you need to reserve a Sub-process pool for immediate requests, see The maxConcurrentQueuedTransactions Attribute.