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
How may messaging models do JMS provide for and what are they?
Explain the difference between topic and queue?
What is the functionality of a jms queue browser?
What is difference between JMS and Web Services?
What is the point-to-point model in jms?
Why jms is used in java?
Is jms a message broker?
Explain about session interface?
What are the components of a jms messaging application?
Explain about Connection factory interface?
What is message oriented middleware?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)?
What is jms broker in sas?
What is the difference between an sms and text message?
In which situations we are using jms?