Risk Management parameter file

Instead of having to duplicate these parameters within each event in the Scheduler.xml file, the Transaction Server supports specifying the name of a property file that contains the parameters. The format of the property file is a name value pair. The following example file, JMSProfile.properties, shows the properties necessary for sending messages to Risk:
jmsQmgrHostname = localhost
jmsQmgrChannel  = SYSTEM.DEF.SVRCONN
jmsQmgrPort     = 1414
jmsClient       = true
jmsQmgrName     = FTM.QMANAGER
jmsReplyQueue   = FXH.TRANSSERVER.SYNC.REPLY.QUEUE
jmsReplyTimeout = 2500

For a complete description of the valid properties, see General Messaging API Event Handler Parameters.