...
- Channel Runner: A service which hosts your Connexion channels. Communications route through the Remote Agent.
- UpdaterA: A coordinator service responsible for deploying updates to the Channel Runner and Remote Agent applications as well as acting as a fail-over connection point if the Remote Agent is offlineapplication and providing service functions such as restarting windows services, file browsing, log download, etc.
- UpdaterB: A backup coordinator service responsible for deploying updates to the Channel Runner and Remote Agent applications as well as acting as a fail-over connection point if the Remote Agent is offlinethat is functionally equivalent to UpdaterA, but is used when UpdaterA is unavailable.
At the data center:
- Gateway: A service which acts as the termination point of the Remote Agent's communications tunnel. This service is responsible for routing messages between Connexion and the Channel Runner. The Gateway is a stateless service which may sit within the DMZ. It only requires a database connection to the SQL-hosted 'Advanced Services' database, which may be hosted outside the DMZ. Multiple gateway services are supported to support scaling, fail-over, and segmentation of Remote Agents.
- Connexion: The ultimate endpoint for messages flowing into the data center.
...