IBM
C2180-376 · Question #46
Client applications are sending requests which are stored in a common queue. Each message might belong to one of three groups: A, B, or C. The receiving application has to process messages belonging…
The correct answer is A. Use selector strings to receive the appropriate messages. See the full explanation below for the reasoning.
Question
Client applications are sending requests which are stored in a common queue. Each message might belong to one of three groups: A, B, or C. The receiving application has to process messages belonging to only one group and must also select messages by MQMD.MsgId. In addition, there are plans to add a department id as a searchable property. What is the BEST way of doing this?
Options
- AUse selector strings to receive the appropriate messages
- BUse message properties to store property values and use MQGMO_BROWSE_FIRST
- CUse message properties to store property values and use MQGMO_BROWSE_FIRST
- DStore the property values at the beginning of the message body, use
How the community answered
(25 responses)- A84% (21)
- B4% (1)
- C4% (1)
- D8% (2)
Community Discussion
No community discussion yet for this question.