IBM
C2180-376 · Question #5
An application is using the WebSphere MQ V7.0 MQI to read a message that has been created using JMS on a WebSphere MQ V6 queue manager. How can the developer access the JMS user defined properties?
The correct answer is A. Use the MQGMO_PROPERTIES_IN_HANDLE option and provide the MsgHandle when. See the full explanation below for the reasoning.
Question
An application is using the WebSphere MQ V7.0 MQI to read a message that has been created using JMS on a WebSphere MQ V6 queue manager. How can the developer access the JMS user defined properties?
Options
- AUse the MQGMO_PROPERTIES_IN_HANDLE option and provide the MsgHandle when
- BAsk the administrator to set PROPCTL to COMPAT on the receiving channel, so the MQRFH2
- CRead the whole message and parse the MQRFH2 header, because the message has been
- DRead the whole message and convert the MQRFH2 header using the MQMHBUF function,
How the community answered
(57 responses)- A77% (44)
- B4% (2)
- C7% (4)
- D12% (7)
Community Discussion
No community discussion yet for this question.