Hi Friends,
How to use retry mechanism in Re-Framework in case of system error occur.
Suppose i have two transaction which i need to execute using Queue and if for first transaction System error occur then i need to retry with same transaction (i.e. using First transaction)
- What needs to be change in config file ?
Please help me on this.
Thanks