What is the difference between durable and non-durable subscriptions?
Submitted by: AdministratorPoint-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.
Submitted by: Administrator
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.
Submitted by: Administrator
Read Online Java Message Service (JMS) Job Interview Questions And Answers
Top Java Message Service (JMS) Questions
☺ | What is JMS? |
☺ | What is JMS administered object? |
☺ | Which models are supported by JMS? Please, explain them. |
☺ | What is JMS session? |
☺ | What is JMS application ? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |