Multiple choice technology platforms and products

To retrieve a message from a queue as a JMS Text message, what should be the value MQMD Format?

  1. TEXT

  2. STRING

  3. MQSTR

  4. MQSTRING

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

To retrieve a message as a JMS Text message, the MQMD Format field must be set to MQSTR. This tells the JMS provider that the payload contains character data that can be converted into a String.