Question
Multi-threaded queue processing
How do we configure a queue processor to run on multiple threads?
For example: If I have a single node system dedicated for batch processing, where a queue is configured to handle adhoc bulk request say 3000 records per transaction, and I entered Number of threads per node as 5 in the queue processor
is it possible to configure the queue to spilt 3000 records into 600 records each as separate thread?
Please share some thoughts on how Pega queue can be used to address above problem.
If you are meantioning processing of standard agent queue's then as far as i knowt this is not possible in pega 7.3 not sure if its the case in pega 8.
In a project i used multiple agents (unique agent name, say agent1, agent2 etc) and devided the work over the different agents by queing to the specific agent names. That way the work was procesed in multiple threads.