How mutlibot architecture works?

How mutlibot architecture works , and load balancing happens across multiple bots and assume some tx are abonded can we retry those?

Hi @nayeem732 ,

Multibot architecture works is used when u wont to same processs on multipule bots as u have more tx to process and based on AHT and business requirement u will choose that .

Load balancing happens through queue mechanism u need due anything here
items loaded will be in NEW then Inprogress then sucess/failed/abonded/exception it depands on the process state

coming to processing abonded tx it can be done by going to tx and changing to retry so there will be new Tx item created in QUeue

Regards
Sandy

This can be achieved through if use Reframework and Utilising Queue right ?

as the reframework is built to use the queue concept and disptcher performer is availbe its easy to customise according to ur needs
u can also change it to datatable but need to do lots of changes in refraemwork

got it tq @sandyarpa767

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.