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 the difference between jms and mq?
What is asynchronous messaging in jms?
Wat is jms client?
How to consume message from jms queue in soa 12c?
What does jms stand for?
How do I configure jdbc so that the jms jdbc store recovers automatically?
Explain about publish model?
Is it possible to create both queues and topics to single jms server? if yes then how it works?
What is the use of jms? In which situations we are using jms?
Can a jms queue have multiple listeners?
What is the difference between Jms and Jvt ?
How to check jms messages in weblogic?
What is Point-to-Point Approach?
How to send xml message to jms queue using java?
What are the components of JMS?