Answers

Question and Answer:

  Home  Design Patterns

⟩ What is the publish/subscribe model?

The publish/subscribe model is an approach to distributed

system communication in which publishers publish information

to a subject address and subscribers subscribe to

information at a subject address. The publish/subscribe

model has the benefit of making publishers independent of

location. This enables subscribers to subscribe to

information without having to know the location of a publisher.

 214 views

More Questions for you: