Will Duplicate Messages Be Retrieved After Redelivery?
Yes. Messages in standard queues can be flagged to be redelivered during acknowledgment by using an SDK. Redelivered messages can be retrieved a second time.
In the event of a network error, redelivered messages may be retrieved in duplicate. Therefore, set your application as an idempotent application so it is not affected when it processes a message multiple times.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.