Skip to content

Releases: ibm-messaging/mq-golang

Update for MQ 9.2

24 Jul 13:42
Compare
Choose a tag to compare
  • Update for MQ 9.2.0
  • mqmetric - Add explicit client configuration options
  • mqmetric - Add counter of how many resource publications read per scrape

Support for modules

01 Jun 08:03
61aed18
Compare
Choose a tag to compare
  • Migration for Go modules (requires new major number) (#138)
  • ibmmq - Add all string mapping functions from cmqstrc (#142)
  • ibmmq - Add AIX platform header
  • mqmetric - Permit selection of which statistics to gather for STATQ (ibm-messa
    ging/mq-metric-samples#34)
  • mqmetric - Do not try to subscribe to application resource statistics (STATAPP
    ) for now
  • mqmetric - Add QFile usage status available from MQ 9.1.5

V5.0.0 Beta

17 May 15:23
Compare
Choose a tag to compare
V5.0.0 Beta Pre-release
Pre-release

Changes needed when updated mq-metric-samples

Update for MQ V9.1.5

02 Apr 17:57
Compare
Choose a tag to compare

Update for MQ V9.1.5
Solutions for #137 #140

Enable DESCR as a label

09 Jan 08:55
Compare
Choose a tag to compare

The DESCR field on a queue or channel can now be used as a label
Enable discovery of shared queues

Update for MQ V9.1.4

06 Dec 07:01
Compare
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
Compare
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
Compare
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
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.