Question
How to process DB transactions parallely in multinode environment.
We have a requirement where a huge chunck of data is loaded into DB and cases have to be created based on the data in DB. Now the current approach being used is Advanced Agent creates the cases and queues them to a standard agent. Standard agent then takes care of the next flow processing.
Is there any other better approach which will help us with the maintainability aspect , as we have to here maintain quite a number of agents as the data is huge.
***Edited by Moderator Marissa to update platform capability tags****
Hi
You should explore the option of using Queue Processors.
It also gives you an option of scaling. As you can specify the number of threads to run on each node. Gives you high flexibility and throughput.
Regards
Bhavya