Enable or disable service trace for the IBM® Integration API.
export MQSI_CMP_TRACE=<filename>
Or
you can enable tracing by using the following API call in your
code:// Enable Administration service trace
BrokerProxy.enableAdministrationAPITracing("outputfile.txt");
This request logs all calls to the IBM Integration API to the outputfile.txt file in the current directory. All IBM Integration API activity in the entire Java™ virtual machine is logged.
You can also enable IBM Integration API service trace from the File menu of the IBM Integration API Exerciser.
// Disable Administration service trace
BrokerProxy.disableAdministrationAPITracing();
You can also disable IBM Integration API service trace from the File menu of the IBM Integration API Exerciser.