In the previous post [https://aradhye.com/idempotent-receivers-using-message-store/], we saw how to use message store strategy to make a receiver idempotent. As we are using a table in SQL server, it can fill up quickly if you have multiple types…
Idempotent-Receiver
A collection of 2 posts
Idempotent receivers using message store
In Microservices/Distributed systems, messaging is a preferred form of integration. I covered some of the reasons in one of my previous posts [https://aradhye.com/why-should-you-avoid-get-calls-across-microservices/]. In these type of systems, whether we have pub-sub/event notification/sending commands,…