Subscribing to application activity trace information
You can dynamically subscribe to application activity trace information as an alternative to collecting the information through queue manager level configuration.
About this task
Application activity trace traces the behavior of an application and provides a detailed view of the parameters that are used by an application as it interacts with IBM® MQ resources. It also shows the sequence of MQI calls issued by an application.
In addition to writing trace data to the system queue, the product provides the ability to dynamically subscribe to activity trace data, written to special IBM MQ system topics, rather than collecting the information through queue manager level configuration.
Note that from IBM MQ 9.0 the product does not use exits for this purpose. If you have previously used exits to trace application activity, you must switch to using the replacement method for collecting application activity trace.
Creating a subscription enables activity trace. You do not have to set queue manager or application attributes as for central collection of trace data. However, any explicit blocking of activity trace by disabling trace at queue manager or application levels also blocks activity trace from being delivered to any matching subscriptions.