InterviewSolution
Saved Bookmarks
| 1. |
What Is 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. |
|