Multiple choice technology

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

JMS Topics use publish-subscribe model supporting multiple consumers (subscribers). Each subscriber receives a copy of every message. Queues use point-to-point with single consumer, but topics specifically support multiple.