WebSphere Message Broker, Version 8.0.0.7 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

Stopping user trace

Use user trace for debugging your applications; you can trace brokers, execution groups, and deployed message flows. Stop user trace facilities by using the mqsichangetrace command or the WebSphere® Message Broker Explorer.

Use the mqsichangetrace command with a trace level of none to stop an active trace. This action stops the trace activity for the component that you specify on the command. It does not affect active traces on other components. For example, if you stop tracing on the execution group test, an active trace on another execution group continues.

You can also stop an active trace for execution groups or assigned message flows by using the WebSphere Message Broker Explorer. If you redeploy a component from the WebSphere Message Broker Explorer, trace for that component is returned to its default setting of none.

Example: stopping user trace on the default execution group

To stop the trace started by the command shown in Starting user trace, on distributed systems, enter the following command:
mqsichangetrace MB8BROKER -u -e default -l none 
where:

-u specifies user trace
-e specifies the execution group (in this case, the default execution group)
-l specifies the level of trace (in this case, none)

z/OS platformOn z/OS®, enter the following command:
F MQP1BRK,ct u=yes, e='default', l=none

Example: stopping user trace on a message flow from the WebSphere Message Broker Explorer

You can stop user trace on individual message flows, or select an execution group and stop user trace on all the message flows in the execution group.

To stop trace for one of your message flows from the WebSphere Message Broker Explorer:

  1. In the Navigator view, expand the Brokers folder and right-click the message flow with which you want to work.
  2. Click User trace > None.
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2016Copyright IBM Corporation 1999, 2016.

        
        Last updated:
        
        Last updated: 2016-05-23 14:47:36


Task topicTask topic | Version 8.0.0.7 | au14330_