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 integration server by modifying the integration node runtime properties for that integration server.
You can use IBM Integration Bus runtime commands to disable recording for your integration server. Complete the following steps.
mqsichangeproperties integrationNodeName
-e integrationServer -o ComIbmDataCaptureManager -a
ComIbmDataCaptureManager
uuid='ComIbmDataCaptureManager'
userTraceLevel='none'
traceLevel='none'
userTraceFilter='none'
traceFilter='none'
enabled='true'
mqsichangeproperties integrationNodeName
-e integrationServer -o ComIbmDataCaptureManager -n enabled -v false
Your change takes effect immediately.
When you are ready to start recording again for your integration server, use the mqsichangeproperties command to change the enabled property to true, and restart the integration node.