Multiple choice technology platforms and products 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 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.