Introduction
In this lesson, we'll get a quick introduction to message-oriented middleware and a walkthrough of what the chapter holds for us.
We'll cover the following...
Message-oriented middleware (MOM) #
This chapter shows the integration of microservices using a message-oriented middleware (MOM). A MOM sends messages and ensures that they reach the recipient. MOMs are ...