Java Message Service (JMS) Question:

Download Job Interview Questions and Answers PDF

What is the publish-and-subscribe model in JMS?

Java Message Service (JMS) Interview Question
Java Message Service (JMS) Interview Question

Answer:

A publish-subscribe model is based on the message topic concept: Publishers send messages in a topic, and all subscribers of the given topic receive these messages.

Download Java Message Service (JMS) Interview Questions And Answers PDF

Previous QuestionNext Question
What are the advantages of JMS? What is JMS administered object?