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 publish-subscribe messaging where multiple consumers can subscribe to receive the same message. This is different from Queues which typically use point-to-point messaging with single consumers per message.