What is the point-to-point model in JMS?
Submitted by: AdministratorA point-to-point model is based on the concept of a message queue: Senders send messages into the queue, and the receiver reads messages from this queue. In the point-to-point model, several receivers can exist, attached to the same queue. However, (Message Oriented Middleware)MOM will deliver the message only to one of them. To which depends on the MOM implementation.
Submitted by: Administrator
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 the difference between Message producer and Message consumer? |
☺ | What is the use of JMS? In which situations we are using JMS? Can we send message from one server to another server using JMS? |
☺ | Must I place all my class files in the WEB-INF folder and all JSP's outside? |
☺ | What is the difference between durable and non-durable subscriptions? |
Top Java Programming Language Categories
☺ | Core Java Interview Questions. |
☺ | Hibernate Interview Questions. |
☺ | Advanced Java Interview Questions. |
☺ | IBM WebSphere Interview Questions. |
☺ | Spring Framework Interview Questions. |