Skip to content

Releases: ibm-messaging/mq-golang

Update for MQ V9.1.4

06 Dec 07:01

Choose a tag to compare

  • Update for MQ 9.1.4 - No new base API function introduced
  • Add amqsgbr sample for browse option
  • ibmmq - Add qmgr variant of the CB function for event handlers (#128)
  • mqmetric - Add MaxChannels/MaxActiveChannels for z/OS (#129)
  • mqmetric - Add MaxInst/MaxInst for SVRCONN channels (ibm-messaging/mq-metric-samples#21)

Some API cleanup

25 Oct 07:16
bf7e7cf

Choose a tag to compare

ibmmq - Enable use of Context in MQPMO structure (#122)
ibmmq - Remove unusable fields referring to Distribution List structures

New GetSlice verb

20 Aug 12:15

Choose a tag to compare

  • Add new verb GetSlice similar to Get() but returning ready-sized buffer
  • Update Docker build scripts for new compiler version
  • Issue warning if trying to monitor queues with '/' in names

Parameter validation

30 Jul 06:54

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

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

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

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

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

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

Choose a tag to compare

v4.0.4

Add SBSTATUS for mqmetric