Implementing message based communication in modern application/architecture
Modern applications contains multiple components which communicates with each other. These components are different in behavior with input and output data requirements. In order to have the effective communication between the components , the communication platform should be good enough to offer loosely coupled behavior. In this post, lets discuss about messaging platforms and how …
Implementing message based communication in modern application/architecture Read More »