Capital Markets Adapters 10.3.1 | Apama Capital Markets Adapters Documentation 10.3.1 | Reuters RFA Adapter | Manually loading Reuters configurations
 
Manually loading Reuters configurations
DisableConfigTool
If this is true then you can load Reuters settings from a transport properties rather than accessing the registry. Default value is false.
If property DisableConfigTool is set true then you need to define connections/sessions. Reuters have a conventions for this,
<namespace>.Connections.<RSSL Connection name>.<parameter>
or
<namespace>.Sessions.<RSSL session name>.<parameter>
For a connection, you have the following parameters defined,
1. connectionType. Specifies the connection type. The value of this parameter must be RSSL.
2. serverList. Comma-separated list of hostnames and/or IP addresses to attempt connections to.
3. portNumber. Port number used when connecting to each server in the serverList.
For a session, you have the following parameters,
1. connectionList. A comma delimited string that lists connections used by the session
For example, following are the properties to be defined in IAF configuration file

<property name="RSSLNamespace.Connections.rsslConnection.connectionType"
value="RSSL"/>
<property name="RSSLNamespace.Connections.rsslConnection.serverList"
value="ukimd0ph01s, ukimd0ph02"/>
<property name="RSSLNamespace.Connections.rsslConnection.portNumber"
value="14002"/>
<property name="RSSLNamespace.Sessions.rsslSession1.connectionList"
value="rsslConnection"/>