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

Can we send e-mail messages using JMS?

0 Answers  


Does weblogic jms support clustering?

0 Answers  


What is Point-to-Point Approach?

0 Answers  


Can two different jms services talk to each other? For instance, if a and b are two different jms providers, can provider a send messages directly to provider b? If not, then can a subscriber to provider a act as a publisher to provider b?

0 Answers  


What is the use of jmstemplate in spring?

0 Answers  






Can jms be used to send an email?

0 Answers  


What is the functionality of a jms message selector?

0 Answers  


How to create an ejb session in order to start a jms connection?

0 Answers  


Which jms standard interface defines the methods to create the different types of messages?

0 Answers  


Explain how Application server handles the JMS Connection?

0 Answers  


What is jms queue in java?

0 Answers  


Which are the benefits of mdb (message driven beans) over standard jms consumers?

0 Answers  


Categories