Multiple choice technology platforms and products

Which of these is not an MQ API(Application Programming Interface)?

  1. MQSET

  2. MQCMIT

  3. MQGET1

  4. MQBACK

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

IBM MQ APIs include MQSET, MQCMIT, MQBACK, MQCONN, MQOPEN, MQCLOSE, MQPUT, MQPUT1, MQGET, MQINQ, and MQBEGIN. 'MQGET1' is not a valid MQ API - the correct API for retrieving messages is MQGET. MQPUT1 exists as a single-call put operation, but there is no corresponding MQGET1.