December 2021
Intermediate to advanced
214 pages
4h 3m
English
Messages have always been an integral part of programming and architecture design. This chapter outlines Apache Pulsar’s message architecture and communication strategies. Let’s begin by exploring the types of messages.
Let’s consider any two machines, or users, or even code fragments. A message can be defined as an exchange of information between a sender and one or more receivers.
Essentially, a message is an independent, discrete packet ...