Problem statement Assume you are developing a Queue Processor for an ATM Withdrawal use case. The process of ATM withdrawal consists of two operations. Debit the amount from the Account table. Insert a new record in the transaction history table. The queue process we are planning to develop will take two parameters: Amount and Account number, and perform the above operations. Now assume if any of these two operations fail for any reason, what should our design be to manage t