Multiple choice technology web technology

Which API call is issued to Inquire about queue attributes.

  1. MQINQ

  2. MQPUT

  3. MQDISC

  4. MQGET

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

MQINQ is the MQI call used to inquire (query) queue attributes like current depth, maximum queue depth, queue type, and other properties. MQPUT puts messages, MQGET retrieves messages, and MQDISC disconnects from the queue manager.