Is it possible to reprocess a transaction in a Queue after its failure due to an application exception? Options are:
a) Only transactions that failed due to a business exception can be reprocessed
b) Yes, if the Auto-Retry property of the Queue is enabled
c) No, transactions cannot be processed again if they fail
d) Yes, it can be retried manually on the Transactions page
Answer is option b.
In Orchestrator, when you have enabled the “Auto-Retry” property for a Queue, any transaction that fails due to an application exception will be retried automatically based on the retry settings you have configured for that Queue.
Option B is the correct one.
If the queue transaction is failed due to exception. When Auto retry property is enabled then it retries. It will add as a new transaction queue at the last of all transactions.
Hope it helps!!