TransManager setting
There is a new setting under the /runtime/Resource Manager path of the config.yaml file for the transaction manager. MQS is the default setting.
TransManager:{MQS[,qm_name][,trace_full_path]|
MSDTC[,machine_name][,trace_full_path]}
- Value
- Description
- MQS
- This indicates that the IBM® WebSphere® MQ Transaction Manager is the transaction manager for this machine.
- qm_name
- This indicates the name of the queue manager to which to connect. If not entered, the default queue manager is assumed.
- trace_full_path
- This indicates the fully qualified path name of the trace file to be used to track all of the activities surrounding this transaction. The reason to specify this trace file is because it captures infromation such as connections to and from the transaction manager, and the start of global transaction. This information is not included in the trace files generated at the adapter or card level.
- MSDTC
- This indicates that the Microsoft Distributed Transaction Coordinator Transaction Manager is the transaction manager for this machine.
- machine_name
- This indicates the name of the machine upon which the master MSDTC service is running. This master service controls resources and all of the slave MSDTCs. If not entered, the default is assumed to be the local machine.