Releases: ibm-messaging/mq-golang
Releases · ibm-messaging/mq-golang
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
async callback update
Workround MQCB issues in MQ client library
Add config checks
v3.3.2 Better config checks
Complete MQI verbs
This version creates wrappers for the remaining MQI verbs (MQCB/CTL for async callback, MQBEGIN). It also adds a generator/parser for an MQI header structure, the DLH.
More MQI function support, and new MQ version compatibility
Added GetPlatform to mqmetric so it can be used as a label/tag in collectors
Added sample programs demonstrating specific operations such as put/get of message
Fixed conversion of some C strings into Go strings
Update MQI header files for MQ V9.1.1 and give more platform variations
Add support for MQSTAT and MQSUBRQ functions
Add support and sample for Message Property functions
Add InqMap as alternative (simpler) MQINQ operation. Inq() should be considered deprecated
Add support for MQSET function
Add discovery of translated versions of the mqmetric descriptions
v3.1.0: Merge pull request #66 from ibm-messaging/qstatus
Add QSTATUS queries, to enable minimal z/OS monitoring
Work with MQ V8
v3.0.1 Compile error