The RemoteInitiationClients section of the settings.json file controls the client side of remote initiation connections. Remote initiation connections pass data from the server side to the client side along a connection created by the remote message engine.
Remote initiation clients consist of InitiateWith and Destination objects, representing endpoints which the client enables communication between. The client establishes a connection with the initiation endpoint on the server side, then listens for traffic on that connection. All incoming traffic is forwarded to the destination endpoint.
In the RemoteInitiationClients section, each client is named and includes InitiateWith and Destination objects which must be configured. Assign a name for the client by entering it as the FriendlyName value.
The InitiateWith and Destination objects that make up a client also use FriendlyName name/value pairs. Ensure you are configuring names at the correct level.
See the following for more information on configuring the initiation and destination endpoints for a remote initiation server: