What is the basic difference between Publish Subscribe model and P2P model?
Answer Posted / munnu
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is mean by jms?
Why jms is used in java?
What is a message in software?
Name the messaging types supported by jms.
What is the use of jmstemplate in spring?
How to consume message from jms queue in soa 12c?
Can we send message from one server to another server using jms?
What is the difference between JMS and RPC (Remote Procedure Call)?
How do I check messages in jms queue?
Can two jms servers share the same persistent store?
Explain JMS and its Component?
Where is jms used?
Why is jms used?
What is jms and how it works?
What is difference between queue and topic?