In MQe, trace is configured globally. This means that trace is enabled for the device, and when enabled, all C MQe applications generate trace.
You can configure the location where you want trace files to be written.
Each application generates a unique file in the form MQEnnnnn.trc, where "nnnnn" is the process identifier of the application.
MQe trace files are written in a binary format to minimize their size.
MQenativeTraceFormatter.exe AMQ12345.trc > AMQ12345.txtThis will decode the file AMQ12345.trc and place the output in a file called AMQ12345.txt.