Multiple choice technology web technology

In a publish/subscribe kind of messaging model a publisher should register itself with the pub/sub broker before actually publishing a message on a topic.

  1. True

  2. False

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

In publish/subscribe messaging (like IBM MQ pub/sub), publishers do NOT need to register themselves with the broker before publishing. The publisher can directly publish messages to a topic. The registration requirement applies to subscribers who must subscribe to topics to receive messages. The broker manages subscription lists, not publisher registration.