Distribution Parameter File

When configuring the Transaction Server to send messages to the Distribution 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, DistributionProfile.properties, shows the properties necessary for sending messages to Distribution:
jmsQmgrHostname = localhost
jmsQmgrChannel  = SYSTEM.DEF.SVRCONN
jmsQmgrPort     = 1414
jmsClient       = true
jmsQmgrName     = FTM.QMANAGER
jmsSendQueue    = FXH.DISTRIBUTION.INPUT.QUEUE
jmsReplyQueue   = FXH.TRANSSERVER.SYNC.REPLY.QUEUE
jmsReplyTimeout = 2500
destinationID   = Distribution

For a complete description of the valid properties, see Transaction Server User's Guide.