tags:

views:

30

answers:

1

My requirement is to receive messages from a queue and perform some business operations and finally update a status field in DB. Now during the business processing or updating the DB if i get any exception, I need the message to be reprocessed again. Wonder is there any way that I can ask the MOM to re-deliver the message for me.