msgc_server.conf File
The msgc_server.conf
file contains the configuration relevant to the cluster messaging bus. This file is referenced from the eccluster.conf
file on the cluster manager and from the ecelerity-cluster.conf
file on nodes. It MUST live in the global portion of the repository, as it must be the same for all nodes in the cluster.
Note
For a discussion of scopes and fallbacks, see “Configuration Scopes and Fallback”.
For a summary of all the non-module specific configuration options, refer to Configuration Options Summary .
Modules and their configuration options are discussed in the Modules Reference .
The following are the modules configured in the msgc_server.conf
file:
- msgc_server
-
The msgc_server module maintains connections with all other msgc_servers in the network (if they exist).
- msgc_client
-
The msgc_client module connects to msgc_server in order to participate in the cluster.
- msgcserver_listener
-
The msgcserver_listener mediates between msgc_servers and between msgc_servers and their clients. See “Msgcserver_Listener Configuration”.