Computer Science, asked by Manshi9673, 1 year ago

Is it possible to reprocess a transaction in a queue after its failure due to an application exception?

Answers

Answered by pradipmajumdar2701
0

Answer:

J think so yes

Explanation:

Answered by hotelcalifornia
0

Answer:

Yes, it is possible to reprocess a transaction after its failure in a queue.

Explanation:

An Application Exception defines a mistake that is rooted in a technical problem, such as a non-responding application. For example, such a situation is a project that extracts phone numbers from a database of employees, creating queue items for each. Then these items will be processed and placed in a financial application. If the financial application freezes when the transaction is attempted, the Robot can not discover the field where the phone number should be inserted and ultimately throws an error. These types of problems can be solved simply by retrying the transaction, as the application can unfreeze.

Similar questions