What is the difference between durable and non-durable subscriptions?
Answer Posted / munnu
Point-To-Point (PTP). This model allows exchanging messages via queues created for some purposes. A client can send and receive messages from one or several queues. PTP model is easier than pub/sub model.
A durable subscription gives a subscriber the freedom of receiving all messages from a topic, whereas a non-durable subscription doesn't make any guarantees about messages sent by others when a client was disconnected from a topic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Mention different types of messages available in JMS API?
What is a text message?
What is jms endpoint?
What is the use of connection factory in jms?
What is spring jms?
How does a message queue work?
How to send xml message to jms queue using java?
What is jms connection?
Can two jms servers share the same persistent store?
Explain the process of Configuring Queues in Jms?
Are foreign destinations handled within foreign jms messages?
What is jms queue in weblogic?
What is mdb in jms?
What is jms and how it works?
Where is jms used?