...

/

Communication Models

Communication Models

Explore the communication models for asynchronous communication.

We'll cover the following...

Communication models

Message queues and event logs can enable two different forms of communication, known as point-to-point and publish-subscribe.

The point-to-point model

The point-to-point model is used when we need to connect only two applications.

Note: Point-to-point refers to the number of applications, not the actual servers. Every application on each side might consist of multiple servers that produce and consume messages ...