What is the publish/subscribe model?



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 ?    2 Yes 0 No

Post New Answer

More Design Patterns Interview Questions

how to pring 10 item per page in smartform

0 Answers  


How do you ensure quality of code ?

3 Answers   Infosys,


Explain Inline Style Sheet?

1 Answers  


Why is singleton used?

0 Answers  


What are the different types of Design Patterns and Explain them?

3 Answers   Genpact, Gradatim, Gul Ahmed, TCS, Wipro,






What is 'good design'?

2 Answers  


2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.

0 Answers   IBM,


If there is a Model class,View class,Controller class then How these are internally related? Which layer objects instantiated in which layer? How they communicates?

4 Answers   Honeywell,


Design Facade pattern - What is its application in projects ?

1 Answers   HP,


What is singleton design pattern in java?

0 Answers  


What is the design pattern?

0 Answers  


Shall we use abstract classes or interfaces in policy / strategy design pattern?

0 Answers  


Categories