DEVFYI - Developer Resource - FYI

What is the basic difference between Publish Subscribe model and P2P model?

JMS Interview Questions and Answers


(Continued from previous question...)

44. What is the basic difference between Publish Subscribe model and P2P model?

Publish Subscribe model is typically used in one-to-many situation. It is unreliable but very fast. P2P model is used in one-to-one situation. It is highly reliable.

(Continued on next question...)

Other Interview Questions