Multiple choice technology platforms and products

Which of this is the not the input parameter for MQGET API?

  1. Object Handle

  2. Size of the buffer assigned to hold the message

  3. Length of application data in message

  4. Connection Handle

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

MQGET API requires input parameters: Object Handle (Hobj), Buffer (to receive message), Buffer Length (size of buffer), and Connection Handle (Hconn). The 'Length of application data in message' is an OUTPUT parameter (returned in the DataLength field) that tells you how much data was actually retrieved, not an input you provide.