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.
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 ...