Queues and channels data are not collected in IBM Websphere MQ monitor
- Check if monitoring parameter is enabled for Queues and Channels.
Run the following command to get the status of queues and channels,
DISPLAY QSTATUS(<QUEUE_NAME>) ALL
DISPLAY CHSTATUS(<CHANNEL_NAME>) ALL
From the output, check the MONQ attribute. If the value is OFF, monitoring needs to be enabled for the queues and channels.
- Execute the following commands to enable monitoring:
ALTER QMGR MONQ(MEDIUM) MONCHL(MEDIUM)
Check whether the Queues & Channel monitoring is disabled under Admin -> Performance Polling
- You can find under Admin -> Performance Polling -> Optimize Data Collection -> IBM Websphere MQ -> Queue Statistics / Channel Statistics
- Monitoring is disabled if the option is Never collect data.
New to ADSelfService Plus?
Related Articles
Inactive channels are not getting listed in IBM Websphere MQ monitor
Inactive channels are not displayed in the IBM Websphere MQ monitor page by default. You can configure them by following the below steps : In the monitor home page, go to Monitor Options -> Edit Monitor. In the Edit Monitor page, enable the Filter ...
How data is collected in Applications Manager for IBM WebSphere Application Server?
In Applications Manager, we generally support monitoring for versions 5.x to 9.x, and data collection for each version may differ based on the version of the IBM WebSphere Application Server being monitored. For versions 6.x to 8.x - Data collection ...
Prerequisites for adding IBM MQ monitor via SSL
To add the IBM monitor via SSL, please follow the required steps given below with respect to authentication type: SSL Authentication is optional (One-way SSL) If SSL Authentication is optional (One-way SSL), you need to load the MQ server's CA ...
I'm unable to add the Websphere MQ monitor (Version 7).
In addition to the prequisities listed here, add the below mentioned jar files for version 7 from websphere mq series installation\java\lib directory to AppManagerHome\working\jre\lib\ext directory i) com.ibm.mq.headers.jar ii) ...
APM Insight monitor is UP, but monitor page doesn't show any data
Possible Causes The APM Insight monitor status corresponds to the respective agent folder pointed Java Application status i.e., as long as the Application server is running, the monitor status will be UP. 1. No Transactions Recorded: It is possible ...