Broker Pattern
Also called: Message Broker Pattern
An integration pattern where a broker mediates communication between distributed systems, routing messages and decoupling senders from receivers.
Explore more about Interoperability Patterns
Related terms
An integration pattern that centralizes communication between components to coordinate interactions without requiring direct connections between them.
Message BrokerA system that receives, routes, and delivers messages between producers and consumers, decoupling services that communicate asynchronously.
Event BrokerA messaging component that receives, routes, and distributes events between producers and consumers, enabling asynchronous communication in distributed systems.
Service OrchestrationThe automated arrangement, coordination, and management of complex software services and microservices to fulfill a workflow.
Message QueueA communication mechanism that stores messages temporarily so producers and consumers can exchange data asynchronously without direct coordination.