Jump to content

Message

From Wikipedia, the free encyclopedia
(Redirected from Messaging)
Geheime Korrespondenz (secret correspondence), by Carl von Bergen
A headstone message in the Jerusalem British World War I Cemetery on Mount Scopus

A message is a unit of communication that conveys information from a sender to a receiver. It can be transmitted through various forms, such as spoken or written words, signals, or electronic data, and can range from simple instructions to complex information. [1][2]

The consumption of the message relies on how the recipient interprets the message, there are times where the recipient contradicts the intention of the message which results in a boomerang effect. [3] Message fatigue is another outcome recipients can obtain if a message is conveyed too much by the source. [4]

One example of a message is a press release, which may vary from a brief report or statement released by a public agency to commercial publicity material. [5] Another example of a message is how they are portrayed to a consumer via an advertisement.

History

[edit]

Roles in human communication

[edit]

In communication between humans, messages can be verbal or nonverbal:

  • A verbal message is an exchange of information using words. Examples include face-to-face communication, telephone calls, voicemails, emails, etc.
  • A nonverbal message is communicated through actions or behaviors rather than words, such as conscious or unconscious body language.

The phrase "send a message" or "sending a message" is also used for actions taken by a party to convey that party's attitude towards a certain thing. For example, a government that executes people who commit acts of treason is sending a message that treason will not be tolerated.[6] Conversely, a party that appears through its actions to endorse something that it opposes can be said to be "sending the wrong message",[6] while one which appears to simultaneously endorse contradictory things can be said to be sending "mixed messages".[7]

In computer science

[edit]

Events vs. Messages

[edit]

In distributed systems, events represent a fact or state change (e.g., OrderPlaced) and are typically broadcast asynchronously to multiple consumers, promoting loose coupling and scalability. While events generally don’t expect an immediate response, acknowledgment mechanisms are often implemented at the infrastructure level (e.g., Kafka commit offsets, SNS delivery statuses) rather than being an inherent part of the event pattern itself. [8][9]

In contrast, messages serve a broader role, encompassing commands (e.g., ProcessPayment), events (e.g., PaymentProcessed), and documents (e.g., DataPayload). Both events and messages can support various delivery guarantees, including at-least-once, at-most-once, and exactly-once, depending on the technology stack and implementation. However, exactly-once delivery is often achieved through idempotency mechanisms rather than true, infrastructure-level exactly-once semantics. [8][9]

Delivery patterns for both events and messages include publish/subscribe (one-to-many) and point-to-point (one-to-one). While request/reply is technically possible, it is more commonly associated with messaging patterns rather than pure event-driven systems. Events excel at state propagation and decoupled notifications, while messages are better suited for command execution, workflow orchestration, and explicit coordination. [8][9]

Modern architectures commonly combine both approaches, leveraging events for distributed state change notifications and messages for targeted command execution and structured workflows based on specific timing, ordering, and delivery requirements. [8][9]

See also

[edit]

References

[edit]
  1. ^ Communication in Everyday Life: A Survey of Communication. ISBN 978-1544349879.
  2. ^ Theories of Human Communication. ISBN 978-1577667063.
  3. ^ Zhao, Xinyan; Fink, Edward L. (2021). "Proattitudinal versus counterattitudinal messages: Message discrepancy, reactance, and the boomerang effect". Communication Monographs. 88 (3): 286–305. doi:10.1080/03637751.2020.1813317. Retrieved 2024-05-24.
  4. ^ So, Jiyeon; Kim, Soela; Cohen, Heather (2017). "Message fatigue: Conceptual definition, operationalization, and correlates". Communication Monographs. 84: 5–29. doi:10.1080/03637751.2016.1250429. Retrieved 2024-05-24.
  5. ^ Tsai, Wan-Hsiu (Sunny); Lancaster, Alyse R. (2012). "Message Strategies in Direct-to-Consumer Pharmaceutical Advertising: A Content Analysis Using Taylor's Six-Segment Message Strategy Wheel". Health Marketing Quarterly. 29 (3): 239–255. doi:10.1080/07359683.2012.705708. PMID 22905945. Retrieved 2024-05-24.
  6. ^ a b "Send a message definition". Cambridge English Dictionary. Retrieved September 24, 2023.
  7. ^ Marie, A. (November 8, 2022). "A Mixed Message is THE Message". Medium.
  8. ^ a b c d Kleppmann, Martin. Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems. ISBN 978-1449373320.
  9. ^ a b c d Building Event-Driven Microservices: Leveraging Organizational Data at Scale. ISBN 978-1492057895.
[edit]
  • Media related to Messages at Wikimedia Commons
  • The dictionary definition of message at Wiktionary
  • Quotations related to Message at Wikiquote