Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 7 Configuring Advanced Topics : Modifying the DTA JMS Connection Parameters

Modifying the DTA JMS Connection Parameters
You can modify the JMS connection properties used by the design-time adapter. The properties can be modified in the adpsft8DTA_JMS.tra properties file or by modifying the global variables for an adapter instance. The adpsft8DT_JMS.tra file is located in the bin directory.
Modifying the Properties File
The adpsft8DTA_JMS.tra properties file contains properties that specify, for example, the pathname to the project where configuration information for the design-time adapter is defined, the location of the directories where trace files and the certified messaging ledger file are stored, and so on. Properties specified in the adpsft8DTA_JMS.tra properties file overwrite the same properties specified in the project.
Use the following steps to specify custom TIBCO JMS connection properties for the design-time adapter.
1.
2.
Using a text editor, open the adpsft8DTA_JMS.tra properties file. Add or edit the following properties:
tibco.clientVar.JmsProviderUrl value
tibco.clientVar.TerminateSubject v
alue
where value is a valid JMS Server Provider url or Terminate Subject to stop the DTA. See the TIBCO Enterprise Message Service Documentation for correct values to use for the parameters.
3.
Modifying the DAT File
If you enable the EMS authorization, you MUST add the username and the password in the adpsft8DTA.dat file, otherwise the JMS design-time adapter can not be started successfully.
You should set following values in the file: (Note: there are 2 places in the file)
<string name="connUsername" value=""/>
<string name="connPassword" value=""/>
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved