MQ Java Client tracing

You can activate MQ Java Client tracing while putting a message on an MQ Queue using the Enqueue editor.

  1. Click Window > Preferences.
  2. Click Enqueue on the left. The Enqueue preferences screen opens.
  3. To activate MQ Java Client tracing, click the To file radio button. The default output file is specified. You can specify a different output file by typing in the filepath or using the Browse button.
    If the output file that you specify is invalid (if it is read-only or already in use), you will get error message BIP832:
    A class java.io.FileNotFoundException exception occurred which reported the following 
    message: [filepath] (The process cannot access the file because it is being used by another 
    process). Resolve the reason of error and try again.
    If you do not resolve this error, you will get this BIP832 error message the next time you start up if the output file is still invalid.
When writing a message using the Enqueue editor, if trace is activated, it will be written to the specified output file.

Related tasks
Using trace
Problems when using messages