Multiple choice technology A JMS Topic can have Only one consumer More than one consumer two consumers 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.