DEVFYI - Developer Resource - FYI

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

JMS Interview Questions and Answers


(Continued from previous question...)

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

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.

(Continued on next question...)

Other Interview Questions