Publish-Subscribe
Pub/SubAlso called: Pub/Sub, Pub-Sub
A messaging pattern where senders publish messages to topics without targeting specific receivers, which subscribe to receive them.
Explore more about Communication Protocols
Related terms
A communication mechanism that stores messages temporarily so producers and consumers can exchange data asynchronously without direct coordination.
Request-ResponseA fundamental message exchange pattern where a client sends a request and a server returns a corresponding response.
Event BrokerA messaging component that receives, routes, and distributes events between producers and consumers, enabling asynchronous communication in distributed systems.
Message BrokerA system that receives, routes, and delivers messages between producers and consumers, decoupling services that communicate asynchronously.
Broadcast MessagingA communication pattern where a message is sent simultaneously to multiple agents or recipients without targeting a specific destination.