How to create Dispatcher and performer in Re frame work
Thanks in advance.
How to create Dispatcher and performer in Re frame work
Thanks in advance.
Hope it helps!!!
Regards,
First I need check whether a queue has data or not…if it doesn’t have data then I need to add.
REFramework isn’t suited for being used as a dispatcher. A dispatcher isn’t an item-by-item thing, it reads a file and dumps it into a queue.
In RE Frameworks there are four states. You can write the dispatcher code in Initialization state.
In Initialization state there is first run sequence in that sequence you can write the code for sending data in to the Queues.
No problem is occurred on this because for every transaction the loop will flow from Get Transaction data state and process transaction state only. If there is any system exception then it will go to Initialization state, but the bot doesn’t enters in to the first run.
Then you can write the code in First run sequence in Initialization state. I have attached an Image of Initialization state below check that for better understanding.
Hope it helps!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.