AutoAdjust parameter file
When you are configuring the Transaction Server to send messages to the AutoAdjust 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 property file contains name and value
pairs. The following example file, AdjustmentProfile.properties, shows the properties
that are needed to send messages to AutoAdjust.
jmsQmgrHostname = localhost
jmsQmgrChannel = SYSTEM.DEF.SVRCONN
jmsQmgrPort = 1414
jmsClient = true
jmsQmgrName = FTM.QMANAGER
jmsSendQueue = FXH.AUTOADJUST.INPUT.QUEUE
jmsReplyQueue = FXH.TRANSSERVER.INPUT.QUEUE
jmsReplyTimeout = 2500
destinationID = AdjustmentInstead of creating a file, you can specify the parameters that are common to all events by using a parameter set in your Transaction Server Scheduler.xml file. For more information about the valid parameters, see General Messaging API event handler parameters.
For more information about using the PARAMETERSET tags, see Setting Up a Messaging API Event Handler.