-
Book Overview & Buying
-
Table Of Contents
Master Apache JMeter - From Load Testing to DevOps
By :
As architectures become more and more distributed (via microservices, the cloud, and so on), it is common to use a Message-Oriented Middleware (MOM) service to allow the exchange of messages/events.
Such architectures have numerous advantages. We'll look at some of them in this lesson.
The first advantage of an MOM service is the ability to use asynchronous messages.
In a synchronous system, the sender (that is, the producer) of the message must wait for the response before continuing:
In an asynchronous system, however, the producer of the message can continue their processing after sending the message without waiting for a response from the receiver:
In asynchronous mode, the MOM will act as an intermediary and store the message until it is delivered to Application 2.
This proxy role allows for weak coupling between the different entities...
Change the font size
Change margin width
Change background colour