Skip to content

Releases: ibm-messaging/mq-golang

Update for MQ 9.3.0

25 Jun 08:32
Compare
Choose a tag to compare
  • Update for MQ 9.3.0
  • ibmmq - Add MQI parameters for keystore passwords
  • mqmetric - Option to hide svrconn jobname attribute (ibm-messaging/mq-metric-samples#114)
  • mqmetric - Option to use Durable subscriptions for queue metric data (reduces need to increase MAXHANDS)
  • mqmetric - Exit with error if trying to use resource publications with pre-V9 qmgrs

Update for MQ 9.2.5

25 Feb 12:51
Compare
Choose a tag to compare
  • Update for MQ 9.2.5
  • ibmmq - Add MQI character constants for Group/Segment status
  • ibmmq - PCF parser now understands PCF Groups
  • samples - Add a PCF command creator/parser
  • mqmetric - Optional ReplyQ2 config parm as separate name (ibm-messaging/mq-metric-samples#100)

Update for MQ 9.2.4

19 Nov 08:46
Compare
Choose a tag to compare
  • Update for MQ 9.2.4
  • ibmmq - Support for MQBNO (application balancing) structure
  • mqmetric - Ensure DESCR fields are valid UTF8
  • mqmetric - Deal with discovery of large numbers of queues on z/OS (ibm-messaging/mq-metric-samples#75)
  • samples - Add alternative Dockerfile based on Red Hat UBI images

Enable more metrics

04 Aug 14:03
Compare
Choose a tag to compare
  • mqmetric - Add 'uncommitted messages' to queue status response
  • mqmetric - Add qmgr_status metric so that Prometheus collector can report it even when qmgr is unavailable
  • mqmetric - Check more failure scenarios (#170)
  • mqmetric - Add a cluster_suspend metric

Update for MQ 9.2.3

03 Aug 09:12
Compare
Choose a tag to compare
  • Update for MQ 9.2.3
  • Add a sample amqsbo.go to show how to deal with poison messages
  • samples - Containerised sample turned into multi-stage Dockerfile to reduce size of deployed app container

Update for MQ 9.2.2

26 Mar 11:25
Compare
Choose a tag to compare

Scope of mqmetric changes seem to justify new minor number

  • Update for MQ 9.2.2
  • Add DltMH calls to clarify samples
  • mqmetric - Restructure to allow multiple connections & reduce public interfaces
  • mqmetric - Deal with discovery of large numbers of queues (#133, #161)
  • ibmmq - Add PutDateTime as time.Time field in MQMD, MQDLH. Use of the string forms should be considered deprecated (inspired by #159)
  • Add a DEPRECATIONS file for when advance notice might be needed

Update for MQ 9.2.1

04 Dec 11:37
Compare
Choose a tag to compare

Update for MQ 9.2.1

Channel monitor enhancements

10 Sep 10:56
Compare
Choose a tag to compare
  • mqmetric - Add loglevel=TRACE and trace-points for all key functions in the package
  • mqmetric - Add channel status bytes and buffer counts
  • mqmetric - Check queue depth appropriate for all CHSTATUS operations
  • ibmmq - Fix for potential race condition (#148)

Windows CGO changes

07 Aug 14:15
Compare
Choose a tag to compare
  • Fix #146
  • Update to ensure Windows cgo works in recommended compiler

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