Back to Developer Roadmap

Message Queue

src/data/question-groups/backend/content/message-queue.md

4.0372 B
Original Source

A message queue in a distributed system can act as the core component of a reactive architecture. Each service can trigger and listen for events coming from the queue. That way, when the events arrive, those services can react to them without having to actively poll other services for a response.