#Message-Queues
3 notas · última:
Must-Know Service Communication Patterns
The post outlines four service communication patterns: synchronous request-response, file-based exchange, asynchronous request-response, and event-driven communication, with their main uses and tradeoffs.
Message Queues & Message Brokers
The page explains how message queues enable asynchronous producer-consumer communication, and how brokers manage queues while adding routing, transformation, protocol translation, and pub/sub support.
3 Interview Questions on Event-Driven Patterns
The post reviews three interview-ready event-driven patterns: competing consumers, queue-based retries with a DLQ, and async request-response using correlation IDs.
