What is the difference between durable and non-durable subscriptions?



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

Post New Answer

More JMS Interview Questions

Explain about message listeners?

0 Answers  


Explain about point to point?

0 Answers  


What is jms topic?

0 Answers  


What is the use of StreamMessage?

1 Answers  


What is message oriented middleware?

0 Answers  






Explain Synchronous Message Consumption in JMS?

0 Answers  


How do I check messages in jms queue?

0 Answers  


Can jms be used to send an email?

0 Answers  


How many types of messaging model do JMS provide for and what are they?

0 Answers  


Can a jms queue have multiple listeners?

0 Answers  


What is the functionality of a jms message selector?

0 Answers  


Does weblogic jms support clustering?

0 Answers  


Categories