Tracing the IBM MQ Bridge to Salesforce

The trace facilities for the IBM MQ Bridge to Salesforce are provided to help IBM staff to diagnose customer problems. Enable the trace for the IBM MQ Bridge to Salesforce and define the debug level when you issue the runmqsfb command to start the bridge.


Procedure

  1. Set the environment variable MQSFB_EXTRA_JAVA_OPTIONS to specify the -D Java option and turn on the IBM MQ classes for JMS trace.
    export MQSFB_EXTRA_JAVA_OPTIONS="-Dcom.ibm.msg.client.commonservices.trace.status=ON"
  2. Set the debug level to verbose mode -d 2 when you issue the runmqsfb command at run time.
    runmqsfb -f new_config.cfg -r logFile.log -d 2
    Your logFile.log contains information that might be helpful in resolving your problem with the IBM MQ Bridge to Salesforce.
  3. Optional: We can achieve finer control over the exact trace by creating the IBM MQ classes for JMS configuration file. For more information, see Tracing IBM MQ classes for JMS applications and follow the advice that is provided by your IBM service support representative.