Releases: ibm-messaging/mq-golang
Parameter validation
Add validators for some of the MQI structures
Add RESET QSTATS option for z/OS queue manager
The RESET QSTATS command can be used to get data on messages put/got through a queue. But it should only be enabled in this monitoring package if there are no other monitors running that command against the same queue manager - otherwise the data collection interferes.
Update for MQ V9.1.3
Update to reference MQ V9.1.3
Fix subscription leak in mqmetric package
Various mqmetric enhancements
enable re-expansion of queue wildcard names to pick up newly-created queues
allow negative pattern matching for queue names
add DISPLAY USAGE for z/OS bufferpool and pageset usage
add further CHSTATUS attributes
stronger guards on unexpected PCF response data
More options for mqmetric capabilities
- Allow V8 Distributed platforms to be monitored
- Allow %full to be calculated for queues
- Use new version of Inq() verb in samples
Fix leak in message property handler
Add TZ offset for where collector programs in different timezone than qmgr
Fix memory leak in InqMP
Add SBSTATUS metrics
v4.0.4 Add SBSTATUS for mqmetric
Additional status fields
Add "time since" attributes from QSTATUS and CHSTATUS
Add some QMSTATUS and TPSTATUS attributes
Callback functions need hConn
See issue #93
Support MQ V9.1.2
Support for MQ V9.1.2
Various enhancements/fixes for mqmetric package