Multiple choice technology platforms and products

Which of these is not true about Queue Manager?

  1. Manages Queue Manager Objects

  2. Stores Message

  3. Transfers message over the network

  4. Provides Application Programming Interface

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

Queue Managers in messaging systems (like IBM MQ) primarily store and manage messages in queues. They don't directly store messages (that's the queue's job), nor do they transfer messages over networks (channels/agents handle that). They do provide APIs (option D is false as 'not true'), and they don't manage queue manager objects (that's administrative). The question has confusing phrasing but 'Stores Message' is the intended answer as the primary function.