Software Engineering KB

Home

❯

04 Systems and Infrastructure

❯

02 Distributed Systems

❯

00 Category

❯

Message Queues and Event Systems

Message Queues and Event Systems

Feb 10, 20261 min read

  • distributed-systems
  • messaging

Message Queues and Event Systems

Back: Distributed Systems

Asynchronous communication mechanisms that decouple producers from consumers. Message queues and event systems enable loose coupling, load leveling, and reliable communication between distributed services.

Concepts

  • Point-to-Point Messaging
  • Pub Sub
  • Message Ordering
  • Delivery Guarantees
  • Dead Letter Queues
  • Backpressure

distributed-systems messaging


Graph View

  • Message Queues and Event Systems
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • Backpressure (Distributed)
  • Dead Letter Queues
  • Delivery Guarantees
  • Message Ordering
  • Point-to-Point Messaging
  • Pub Sub
  • Distributed Systems

Created with Quartz v4.5.2 © 2026

  • GitHub