Skip to content

Releases: ibm-messaging/mq-golang

Parameter validation

30 Jul 06:54
Compare
Choose a tag to compare

Add validators for some of the MQI structures

Add RESET QSTATS option for z/OS queue manager

23 Jul 07:09
Compare
Choose a tag to compare

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

12 Jul 05:52
Compare
Choose a tag to compare

Update to reference MQ V9.1.3
Fix subscription leak in mqmetric package

Various mqmetric enhancements

24 Jun 12:29
Compare
Choose a tag to compare

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

06 Jun 10:30
Compare
Choose a tag to compare
  • 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

23 Apr 06:52
Compare
Choose a tag to compare

Add TZ offset for where collector programs in different timezone than qmgr
Fix memory leak in InqMP

Add SBSTATUS metrics

09 Apr 13:22
Compare
Choose a tag to compare
v4.0.4

Add SBSTATUS for mqmetric

Additional status fields

08 Apr 09:43
Compare
Choose a tag to compare

Add "time since" attributes from QSTATUS and CHSTATUS
Add some QMSTATUS and TPSTATUS attributes

Callback functions need hConn

27 Mar 08:52
99a6892
Compare
Choose a tag to compare

Support MQ V9.1.2

21 Mar 10:57
5e39ebf
Compare
Choose a tag to compare

Support for MQ V9.1.2
Various enhancements/fixes for mqmetric package