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

A transmission queue in messaging systems (like IBM MQ) temporarily stores messages before they are delivered through a channel. This provides reliability and decouples the sending application from immediate delivery, allowing messages to be queued if the receiving system is temporarily unavailable or the channel is busy.