Gateway Engine Parameter File

When configuring the Transaction Server to send messages to the Gateway engine, several parameters are necessary for all events. 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 the Gateway engine:
jmsQmgrHostname = localhost
jmsQmgrChannel  = SYSTEM.DEF.SVRCONN
jmsQmgrPort     = 1414
jmsClient       = true
jmsQmgrName     = FTM.QMANAGER
jmsReplyQueue   = FXH.TRANSSERVER.INPUT.QUEUE
jmsReplyTimeout = 2500

For more information about configuring events in the Scheduler.xml file and using a properties file, see Setting Up a Messaging API Event Handler.