June 2018
Intermediate to advanced
408 pages
11h 23m
English
Messaging is a mode of interaction between software components or applications, where clients can send messages to, and receive messages from, any other client.
This message exchange can be done using a component called broker. The broker provides all the necessary support and services to exchange messages along with the capability of interacting with other interfaces. These interfaces are known as Message Oriented Middleware (MOM). The following diagram depicts a MOM-based messaging system:

Messaging systems reduce the complexity of developing distributed applications using the AMQP, STOMP, and XMPP protocols. Let's discuss ...
Read now
Unlock full access