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.