What is the difference between durable and non-durable subscriptions?
Answer / 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 |
What is jms and how it works?
What is jndi? How is it related to jms?
What is the use of JMS? In which situations we are using JMS? Can we send message from one server to another server using JMS?
What is jms queue?
What is jms broker in sas?
What is JMS Client?
What is publish/subscribe messaging?
What is a jms session?
How do I check messages in jms queue?
What is jms publisher?
Explain Reliability Mechanisms in JMS?
Which messaging is generally used in cases where a message is published by a producer and consumed by multiple subscribers?