Multiple choice technology web technology

MQI channels are bidirectional channels used to connect to separate queue managers

  1. True

  2. False

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

MQI (Message Queue Interface) is an API that applications use to interact with queues - it's not a channel at all. MQI calls are made by applications locally to the MQ client libraries, which then communicate over channels. The actual channels used for communication between Queue Managers are Message Channels (MCA channels), not MQI channels. MQI channels don't exist as a concept.