Message Queue
Synchronous and Asynchronous communication:
synchronous means when a request is sent, the sender expects an immediate response until next operations will enter into wait state.
Asynchronous means when a send a request to a service it accept the reque...
nithinmanupuri.hashnode.dev2 min read