What is the publish/subscribe model?
Answer / guest
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.
| Is This Answer Correct ? | 3 Yes | 0 No |
How would you improve the UX design of our product?
what is cascading order?
What is the difference between 3 tier and n tier architecture?
what are the creational design patterns
What is the executor design pattern?
What are creational design patterns?
When to Use a Factory Pattern?
What is single tone design pattern in java?
When singleton pattern is used?
What is Architecture and what is design? Are they related?
What are the design patterns you know explain?
Why have we used synchronized here?