Java Message Service (JMS) Question: Download Java Message Service (JMS) PDF

What is publish/subscribe messaging?

Tweet Share WhatsApp

Answer:

With publish/subscribe message passing the sending application/client establishes a named topic in the JMS broker/server and publishes messages to this queue. The receiving clients register (specifically, subscribe) via the broker to messages by topic; every subscriber to a topic receives each message published to that topic. There is a one-to-many relationship between the publishing client and the subscribing clients.

Download Java Message Service (JMS) PDF Read All 27 Java Message Service (JMS) Questions
Previous QuestionNext Question
What is JMS administered object? Which models are supported by JMS? Please, explain them.