Multiple choice technology web technology Which API call is issued to Inquire about queue attributes. MQINQ MQPUT MQDISC 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.