Table of Contents
What is a broker in an event-driven architecture?
About
In a
event-driven architecture
, a message broker (or “broker”):
receives
messages (event)
from publishers
and delivers them to subscribers.
List
RabbitMQ, RabbitMQ is a message broker system that allows for powerful yet simple queuing of tasks.
Apache Kafka
,
Solace,
etc.