WmqDotNETXAMonitor Configuration Settings
To monitor the application, inputs can also be provided using the application configuration file. A sample application configuration file is shipped with IBM MQ .NET. This file can be modified according we requirements.
Application Configuration file takes the highest precedence while considering the input values. If input values are provided at both command line and Application Configuration file, then values from application configuration are considered.
Sample application configuration file.<?xml version="1.0" encoding="UTF-8"?> <configuration> <configSections> <sectionGroup name="IBM.WMQ"> <section name="dnetxa" type="System.Configuration.NameValueFileSectionHandler" /> </sectionGroup> </configSections> <IBM.WMQ> <dnetxa> <add key="ConnectionName" value=""/> <add key="ChannelName" value="" /> <add key="QueueManagerName" value="" /> <add key="UserId" value="" /> <add key="SecurityExit" value="" /> <add key="SecurityExitUserData" value = ""> </dnetxa> </dnetxa> </configuration>Parent topic: Recovering transactions in IBM MQ .NET