Change the port number and host name entries as appropriate for your site.
This extract from the file shows the entries used with the Sybase CEP Reuters adapter:\Connections\Connection_OMM\connectionType = "RSSL"
\Connections\Connection_OMM\rsslPort = "8101"
\Connections\Connection_OMM\hostName = "localhost"
On UNIX-like operating systems, an entry typically exists in /etc/services that reserves a Reuters port. Ensure that the port number you specify in the configuration file corresponds to the Reuters port number in the /etc/services file.
Connection_OMM is the name of the connection, as specified in the session entry later in the RFA configuration file:\Sessions\SessionOMM\connectionList = "Connection_OMM"
The value of Connection_OMM corresponds to the node names that specify connection information earlier in the file. The node name here, SessionOMM, is the name of the session, as specified in the RDMConsumer.cfg file. This naming scheme associates connection information with a named session, and an instance of the adapter with a named session. Multiple adapter instances can use the same session.