Multiple choice technology

Transmission Queue

  1. can be configured separately for each locally defined queue.

  2. should be a local queue

  3. can not be accessed directly by any application.

  4. should have the same name as that of the remote queue manager where the remote queue is actually defined.

Reveal answer Fill a bubble to check yourself
A,D Correct answer
Explanation

Transmission queues are specialized local queues in MQ that store messages destined for remote queue managers. Each remote queue definition can specify its own transmission queue, applications cannot directly access them, and their name conventionally matches the remote queue manager name.