Question
Infosys
NL
Last activity: 15 Jun 2017 3:20 EDT
Multiple agents monitoring same queue and run in parallel
Hi all,
Please help me with the current requirement,
We are trying to implement a faster processing of pending records by increasing the number of agents.
We tried to create multiple agents but,we observed that the second agent will start only after the first has completed running so there was no considerable improvement in performance.
Is it possible to implement such that the first agent will pick the first 500 records (acquire lock) and the second agent will pick the next 500 and so on...
Please share your insight and suggestions to implement this scenario.
Thanks in Advance
***Updated by moderator: Lochan to add Categories***