[AIX, Linux, Windows]

Additional diagnostics using the controlMQXRChannel command

Using the controlMQXRChannel command to provide additional diagnostic information about the MQXR service.

Procedure

Run the following command to provide useful diagnostic information from the MQXR service:
<MQ_INSTALLATION_PATH>\mqxr\bin\controlMQXRChannel -qmgr=<QMGR_NAME> -mode=diagnostics 
-diagnosticstype=<number>
The diagnostic information generated depends on the value of the -diagnosticstype=<number> parameter:
-diagnosticstype= 0
Thread dump written to the console
-diagnosticstype= 1
FDC with some internal service statistics
-diagnosticstype= 2
FDC with internal statistics, plus information about the clients that are currently connected
-diagnosticstype= 3
Heap dump
-diagnosticstype= 4
Javacore
-diagnosticstype= 5
Full system dump
-diagnosticstype= 6
Detailed information about a specific client. Note that you must also supply the -clientid parameter for that client as well.