Multiple choice technology platforms and products

A JMS Topic can have

  1. Only one consumer

  2. More than one consumer

  3. two consumers

  4. No Consumer

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A JMS Topic implements the publish-subscribe messaging pattern and can have multiple consumers subscribing to the same topic. Each consumer receives a copy of every message published to the topic. This is different from JMS Queues, which typically distribute messages among consumers (point-to-point).