C9530-001 · Question #92
Which type of container can allow for runtime isolation, ensuring that updates to one group of deployed resources do not affect another group?
The correct answer is A. Application. Applications provide runtime isolation whereby resources inside the application are not visible to other resources, such as message flows, libraries, or other applications that are running outside the application. Consider using applications if you need to ensure that updates…
Question
Which type of container can allow for runtime isolation, ensuring that updates to one group of deployed resources do not affect another group?
Options
- AApplication
- BMessageSet
- CShared Library
- DDynamic Library
How the community answered
(32 responses)- A81% (26)
- B9% (3)
- C6% (2)
- D3% (1)
Explanation
Applications provide runtime isolation whereby resources inside the application are not visible to other resources, such as message flows, libraries, or other applications that are running outside the application. Consider using applications if you need to ensure that updates to one group of deployed resources do not affect another group. For example, use an application when you want to control which flows pick up the latest version of an ESQL module.
Topics
Community Discussion
No community discussion yet for this question.