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

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:
    1. In the MQ Explorer - Navigator view, navigate to IBM WebSphere MQ > Brokers > brokerName, where brokerName is the name of your broker. Right-click your execution group name, and select Properties.
    2. Select the DataCapture tab.
    3. Review and set the DataCapture Enabled property by selecting either true or false from the menu.
    4. 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:
    1. 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'
    2. 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.

Notices | Trademarks | Downloads | Library | Support | Feedback

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

        
        Last updated:
        
        Last updated: 2016-05-23 14:48:14


Task topicTask topic | Version 8.0.0.7 | bj23650_