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 are the main component in JMS?
What is the functionality of jms message consumers?
Is jmstemplate thread safe?
What is a message topic?
What is hermes software?
How does the Application server handle the JMS Connection?
What are Messages?
What is jms active mq?
Why jms is used in java?
How is message oriented middleware responsible for no time dependency between sender and receiver component with respect to point to point model on jms?
What is JMS application ?
Is jms a protocol?