What is the basic difference between Publish Subscribe model and P2P model?
Answer / 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 |
What is jms and activemq?
Why is jms used?
What is asynchronous messaging?
Does JMS specification define transactions?
Is jms a message broker?
Explain about publish model?
What is the difference between an sms and text message?
Mention the difference between durable and non-durable subscription?
What is poison messages? And how to handle poison messages?
What is a jms connection?
What is jms in spring?
Give an example of using point to point model in JMS?