Hi,
How many times will transaction item in queue be retried in following scenario?
1)Queue Retry: 2 and Max retry in Config: 3
2)Queue Retry: 4 and Max retry in Config: 3
Hi,
How many times will transaction item in queue be retried in following scenario?
1)Queue Retry: 2 and Max retry in Config: 3
2)Queue Retry: 4 and Max retry in Config: 3
Ideally its not advised to do both because if you do both after then after the item fails for first time …the transaction number will kot increase but it would get new item from get transaction data xaml and when retrying it would retry from queue only
So idwally it should be 2 in case 1 and 4 in case 2
Cheers
It’s not recommended to use both
even in Config sheet also you can see below message
if you are keeping Queue retry It’s better to put 0 in MaxRetryNumber
Thanks,
Srini
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.