Publisher Subscriber

1 revision
#11 week ago
+6
Auto-generated stub article
+Publisher-Subscriber (Pub/Sub) is a [messaging pattern](/wiki/Messaging_Pattern) where information flows indirectly. Publishers broadcast messages to specific [topics](/wiki/Topic), unaware of who listens; subscribers declare interest in topics, receiving only what's relevant. This decoupling enhances flexibility in distributed systems.
+## See also
+- [Message Queue](/wiki/Message_Queue)
+- [Event-Driven Architecture](/wiki/Event-Driven_Architecture)
+- [Asynchronous Communication](/wiki/Asynchronous_Communication)
... 1 more lines