Dear All,
So I have built an application that handles several kinds of transactions for merchant. I am trying to build a microservice that would give notification to my merchants.
So my requirement is to ensure that messages deliver even if there is network problems. I am suppose to ensure that there is not failure point at any conditions.
So technical requirement involves I ensure that messages are queued so if there is network problems. So I send messages to another services that would be needing it.
I would also send messages to my merchants through a web hook or call back url. Please Queueing system do I use.
Any materials that I can read up on.
Best Regards,
JIde