From 2bf92002f41474675d04b04ef319ef01e420428f Mon Sep 17 00:00:00 2001 From: Quetzalli Date: Tue, 14 May 2024 18:16:09 -0700 Subject: [PATCH] Improve message.md --- pages/docs/concepts/message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/concepts/message.md b/pages/docs/concepts/message.md index 12cdf528d1f3..e5e65e91fb0a 100644 --- a/pages/docs/concepts/message.md +++ b/pages/docs/concepts/message.md @@ -4,7 +4,7 @@ weight: 30 --- ## What is a message? -A `message` is a communication asset used to transmit or exchange information from a sender to the receiver through `channels`. A single `message` can be consumed by multiple independent receivers and can also be defined as an _event_ or _command_. The sender includes a payload of data that needs to be processed and serialized by the receiver into an appropriate format, e.g., JSON, XML, binary, etc. It may also include metadata, i.e., information that describes the message itself. This metadata is often known as _headers_ or _properties_. +A `message` is a communication asset used to transmit or exchange information from a sender to the receiver through `channels`. A single `message` can be consumed by multiple independent receivers and can also be defined as an _event_ or _command_. The sender includes a payload of data (that has been serialized into an appropriate format, e.g., JSON, XML, binary, etc.) that needs to be processed by the receiver. It may also include metadata; information that describes the message itself. This metadata is often known as _headers_ or _properties_. ``` mermaid