IBM
C2180-376 · Question #7
C2180-376 Question #7: Real Exam Question with Answer & Explanation
The correct answer is B. Each application should have its own queue on which it will listen for updates. See the full explanation below for the reasoning.
Question
An application is being designed which will send updates about customers to different applications. Given the sensitive nature of the data, the sending application needs to manage which applications receive the datA. Which of the following is the best solution to ensure this?
Options
- AApply the publish-subscribe paradigm (one-to-many).
- BEach application should have its own queue on which it will listen for updates
- CAll applications should listen on the same queue and after processing the message
- DAll receiving applications should listen on the same queue and the sending application
Community Discussion
No community discussion yet for this question.