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 are the three parts of the message?
What are Messages?
How to read message from jms queue in java?
For sending messages through JMS, what encryption options are there?
What is the use of jms server in weblogic?
What is JMS administered object?
What is mdb in jms?
How do I use a startup class to initialize and later reference jms objects?
Do text messages use data?
How to Set message priority levels?
What are the main component in JMS?
What are Building Blocks of a JMS application?