What is the difference between Point to Point and Publish/Subscribe
Point-to-point (P2P)
Answer Posted / munnu
In point-to-point, messages are sent via queues. Messages are put onto the queues by the message producers (the clients). The message consumer is responsible for pulling the message from the queue. Point-to-point is typically used when a given message must be processed (received) only once by a given consumer. In this way, there is only one consumer of the given message.
Publish-and-subscribe (pub/sub)
In publish-and-subscribe, messages are sent through topics. Messages are published to topics by the message producers. The messages may be received by any consumers that subscribe to the given topic. In this way, a message may be received, or processed, by multiple consumers.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is message listener?
What is jms active mq?
What is the use of jms?
What is jms correlation id?
What is a stream message?
What is the advantage of persistent message delivery compared to nonpersistent delivery?
Do text messages use data?
What is the procedure to configure jms security?
What is jms module?
What is jms connection?
What is a bytes message?
What is the difference between an sms and text message?
What type of messaging is provided by JMS?
What are the different places where you can use the JMS API?
Explain about map message?