April 2026
Intermediate
491 pages
18h 4m
English
As described in Section 6.1.2, messaging is an asynchronous communication style in which messages are exchanged between the individual communication partners involved. In contrast to synchronous communication, the applications don’t need to be active at the same time, which makes the exchange between them more robust and less dependent. A central messaging system takes over the task of reliable transmission and delivery of messages, which simplifies application development. Your applications can focus on the content of the transmitted information rather than on how the information is exchanged.
This section introduces various patterns for setting up messaging-based communication.
Messaging ...
Read now
Unlock full access