Which node is used to send messages to clients that connect to the broker using Websphere MQ Enterprise Transport
-
MQOutput Node
-
MQInput Node
-
MQGet Node
-
MQReply Node
A
Correct answer
Explanation
The MQOutput node is designed to write messages to WebSphere MQ queues, which clients can then read. The question specifically asks about sending messages to clients that connect via Websphere MQ Enterprise Transport - this is the primary purpose of the MQOutput node. MQInput is for receiving from queues, MQGet retrieves a single message programmatically, and MQReply sends responses specifically to reply-to queues.