\Connections\Connection_RSSL\connectionType		= "RSSL"
\Connections\Connection_RSSL\rsslPort 			= "14002"
\Connections\Connection_RSSL\serverList			= "tr-trep1-server,tr-trep2-server"

# Consumer Multicast configuration
# Note multiple receive networks can be configured by specifying a comma separated list for the recvAddress parameter
\Connections\Connection_RSSL_CONS_MCAST\connectionType    = "RSSL_CONS_MCAST"
\Connections\Connection_RSSL_CONS_MCAST\recvPort          = "<mcast port to connect to for receiving>"
\Connections\Connection_RSSL_CONS_MCAST\sendPort          = "<mcast port to connect to for sending>"
\Connections\Connection_RSSL_CONS_MCAST\recvAddress       = "<mcast address to connect to for receiving>"
\Connections\Connection_RSSL_CONS_MCAST\sendAddress       = "<mcast address to connect to for sending>"
\Connections\Connection_RSSL_CONS_MCAST\interfaceName     = "<network interface card to bind to for sending and receiving>"
\Connections\Connection_RSSL_CONS_MCAST\unicastPort       = "<port to connect to for any unicast msgs>"

\Connections\Connection_RSSL_NIPROV\connectionType	= "RSSL_NIPROV"
\Connections\Connection_RSSL_NIPROV\rsslPort 		= "<rsslPort-for connecting to>"
\Connections\Connection_RSSL_NIPROV\hostName		= "<hostname>"

\Connections\Connection_RSSL_NIPROV_MCAST\connectionType    = "RSSL_NIPROV_MCAST"
\Connections\Connection_RSSL_NIPROV_MCAST\recvPort  = "<mcast port to connect to for receiving>"
\Connections\Connection_RSSL_NIPROV_MCAST\sendPort  = "<mcast port to connect to for sending>"
\Connections\Connection_RSSL_NIPROV_MCAST\recvAddress   = "<mcast address to connect to for receiving>"
\Connections\Connection_RSSL_NIPROV_MCAST\sendAddress   = "<mcast address to connect to for sending>"
\Connections\Connection_RSSL_NIPROV_MCAST\interfaceName = "<network interface card to bind to for sending and receiving>"
\Connections\Connection_RSSL_NIPROV_MCAST\unicastPort   = "<port to connect to for any unicast msgs>"

\Connections\Connection_OMMProv\connectionType        = "RSSL_PROV"
\Connections\Connection_OMMProv\rsslPort		= "<rsslPort-for listening>"

\Connections\Connection_RSSL_PROV\connectionType             = "RSSL_PROV"
\Connections\Connection_RSSL_PROV\rsslPort			= "<rsslPort-for listening>"

\Logger\AppLogger\fileLoggerEnabled			= true
\Logger\AppLogger\windowsLoggerEnabled			= false
\Logger\AppLogger\useInternalLogStrings = true

\Logger\ComponentLoggers\Connections\messageFile	= "RFA8_Connections"
\Logger\ComponentLoggers\RSSL_Adapter\messageFile	= "RFA8_RSSL_Adapter"
\Logger\ComponentLoggers\RSSL_Cons_Adapter\messageFile	= "RFA8_RSSL_Cons_Adapter"
\Logger\ComponentLoggers\RSSL_Prov_Adapter\messageFile	= "RFA8_RSSL_Prov_Adapter"
\Logger\ComponentLoggers\SessionCore\messageFile	= "RFA8_SessionLayer"
 

\Sessions\Session1\connectionList					= "Connection_RSSL"
\Sessions\SessionConsMCast\connectionList			= "Connection_RSSL_CONS_MCAST"
\Sessions\SessionOMMProv\connectionList				= "Connection_OMMProv"
\Sessions\SessionOMMNIProv\connectionList			= "Connection_RSSL_NIPROV"
#\Sessions\SessionOMMNIProv\connectionList			= "Connection_RSSL_NIPROV_MCAST"
\Sessions\HybridAppSession\connectionList			= "Connection_RSSL, Connection_RSSL_PROV"
\Sessions\NewsDisplaySess\connectionList			= "Connection_RSSL"
\Sessions\MSExcelSession\connectionList				= "Connection_RSSL"

\Connections\Connection_RSSL\throttleEnabled = false
\Connections\Connection_RSSL\throttleType = "count"
\Connections\Connection_RSSL\throttleBatchCount = 50
\Connections\Connection_RSSL\throttleMaxCount = 250