We are using "RFA_ConfigGuide.pdf" to setup failover support such that we receive data without any interruptions in case of server failure. "serverList" property is the one which we are using mainly to achieve failover support. However failover is working when the service is stopped on the server, but not when entire server goes offline (say in case of power failure in the building)
Below is the configuration that we are currently using.
\Connections\Connection_RSSL\connectionType = "RSSL"
\Connections\Connection_RSSL\rsslPort = "14002"
\Connections\Connection_RSSL\ServerList = "server1,server2,server3,server4"
\Connections\Connection_RSSL\serverSelectionOrder = False
\Connections\Connection_RSSL\connectionWaitTimeout = 30000
\Connections\Connection_RSSL\connectRetryInterval = 15000
\Connections\Connection_RSSL\failoverConnectionRetryInterval = 15000
\Connections\Connection_RSSL\maxRetryCount = -1
Could you please let us know why this configuration is not working when the server is shut down completely?
Also could you please let us know the difference between RSSL and SSLED connection types