InterviewSolution
Saved Bookmarks
| 1. |
Define Topic? |
|
Answer» A JMS topic is a shareable object that CONFORMS to the publish-and-subscribe (pub/sub) messaging domain, where ONE PUBLISHER broadcasts MESSAGES to potentially many subscribers. When the SeeBeyond JMS IQ Manager publishes a message on a topic, it ensures that all subscribers receive the message. A JMS topic is a shareable object that conforms to the publish-and-subscribe (pub/sub) messaging domain, where one publisher broadcasts messages to potentially many subscribers. When the SeeBeyond JMS IQ Manager publishes a message on a topic, it ensures that all subscribers receive the message. |
|