Multiple choice technology architecture

What is the use of a transmission queue?

  1. To store un-delivered messages

  2. To store messages temporarily before sendind it throght the channel

  3. To point to local queue

  4. To model while dynamic queue is created

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

In IBM MQ (formerly WebSphere MQ), a transmission queue temporarily stores messages destined for a remote queue manager before they are transmitted through a channel. This provides reliability and asynchronous communication. The queue holds messages until the channel can deliver them to the target system. Option A is incomplete (doesn't mention channel transmission), C describes local queues, and D is incorrect.