Wednesday, November 3, 2021

Idempotent Design Pattern in Mule 4

Introduction

Sometimes the same request message gets delivered more than once. It could be that the message receiver is not sure whether the message has been successfully delivered or not, or it could be that the code is not configured to check duplicates.

To get rid of duplicates, we have to adapt an idempotent design pattern, which will send unique messages to the system.



from DZone.com Feed https://ift.tt/3BFyEFb

No comments:

Post a Comment