smrchy/rsmq

Put message back to queue

s888 opened this issue · 1 comments

s888 commented

Hi,
Can I put a message back to queue?

Say while processing a message there is an error I would need to unAck the message so that it can be picked next time.

Or will I have to delete the message and create a new one?

A message will automatically reappear if you don't delete it.

Please have a look at the Usage section