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
See information about the latest product version
Disabling and enabling data capture
Recording of data is enabled by default, but takes effect only if you define a DataCaptureSource configurable service. You can disable recording for all of the data capture sources on an execution group by modifying the broker runtime properties for that execution group.
You might want to temporarily stop
recording for an execution group for performance reasons, or to modify
the execution group. You can also use these instructions to start
recording again.
You can use the WebSphere® Message Broker Explorer or WebSphere Message Broker runtime commands to disable recording for your execution group. Complete the following steps.
Review and edit the current setting on the ComIbmDataCaptureManager
resource manager.
- If you are using the WebSphere Message Broker Explorer,
complete the following steps:
- In the MQ Explorer - Navigator view, navigate to , where brokerName is the name of your broker. Right-click your execution group name, and select Properties.
- Select the DataCapture tab.
- Review and set the DataCapture Enabled property by selecting either true or false from the menu.
- Click Apply to review your changes and click OK to close the Properties window.
Your change takes effect immediately.
- If you are using the runtime commands, complete the following
steps:
- Enter the following command on a WebSphere Message Broker command line, where brokerName is the name of your broker and executionGroup is the name of the execution group:
mqsireportproperties brokerName -e executionGroup -o ComIbmDataCaptureManager -a
The command produces a response similar to this example:ComIbmDataCaptureManager uuid='ComIbmDataCaptureManager' userTraceLevel='none' traceLevel='none' userTraceFilter='none' traceFilter='none' enabled='true'
- Change the enabled property to false, by entering
the following command:
mqsichangeproperties brokerName -e executionGroup -o ComIbmDataCaptureManager -n enabled -v false
Your change takes effect immediately.
Next:
When you are ready to start recording again for your execution group, use the mqsichangeproperties command to change the enabled property to true, and restart the broker.