Event Bus
A communication infrastructure that transports and distributes events between producers and consumers, enabling loosely coupled, event-driven interactions across distributed systems.
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.
Event-Driven ArchitectureEDAA software architecture pattern in which components communicate by producing, consuming, and reacting to events asynchronously, enabling loosely coupled, scalable, and resilient systems.
Publish-SubscribePub/SubA messaging pattern where senders publish messages to topics without targeting specific receivers, which subscribe to receive them.
Message QueueA communication mechanism that stores messages temporarily so producers and consumers can exchange data asynchronously without direct coordination.