InterviewSolution
Saved Bookmarks
| 1. |
What Do You Mean By An Execution Group? |
|
Answer» An execution GROUP is a named grouping of message flows that have been assigned to a broker. The broker ENFORCES a degree of isolation between message flows in DISTINCT execution GROUPS by ensuring that they execute in separate ADDRESS spaces, or as unique processes. An execution group is a named grouping of message flows that have been assigned to a broker. The broker enforces a degree of isolation between message flows in distinct execution groups by ensuring that they execute in separate address spaces, or as unique processes. |
|