IBM
C2180-376 · Question #7
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…
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
How the community answered
(38 responses)- A11% (4)
- B71% (27)
- C3% (1)
- D16% (6)
Community Discussion
No community discussion yet for this question.