Message Broker
A system that receives, routes, and delivers messages between producers and consumers, decoupling services that communicate asynchronously.
Explore more about Service Orchestration
Related terms
A messaging component that receives, routes, and distributes events between producers and consumers, enabling asynchronous communication in distributed systems.
Queue ManagerA system component that controls the storage, ordering, and delivery of asynchronous messages and tasks.
Message QueueA communication mechanism that stores messages temporarily so producers and consumers can exchange data asynchronously without direct coordination.
Publish-SubscribePub/SubA messaging pattern where senders publish messages to topics without targeting specific receivers, which subscribe to receive them.