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
How kafka is different from jms?
How can third-party jdbc driver be used with jms?
What is a map message?
How to handle non-transacted sessions with respect to jms?
What type of messaging is provided by JMS?
What is jms queue?
Is jms a protocol?
What is jms destination?
Which messaging is generally used in cases where a message is published by a producer and consumed by multiple subscribers?
In which situations we are using jms? Can we send message from one server to another server using jms?
Is activemq a jms provider?
What is the use of jmstemplate in spring?
What is a queued message?
Can you use a foreign jms provider to drive an mdb transactionally?
What is a jms connection?