Skip to content

Releases: ibm-messaging/mq-golang

Update for MQ V9.3.2

17 Feb 08:14
Compare
Choose a tag to compare
  • Update for MQ 9.3.2
  • mqmetric - Add hostname tag for 9.3.2 qmgrs (added to DIS QMSTATUS response) (ibm-messaging/mq-metric-samples#184)
  • mqmetric - Add subscriptions to NativeHA published metrics
  • mqmetric - Add metrics for status of log extents

Mostly additional metrics

10 Jan 11:05
Compare
Choose a tag to compare

Update for MQ V9.3.1

21 Oct 11:16
Compare
Choose a tag to compare
  • Update for MQ 9.3.1
  • mqmetric - New metric channel_cur_inst. All instances of a given channel name have this aggregated value. Done this way because the other labels for a channel object (eg jobname) make them unique so harder to see how many exist with the same basic name
  • mqmetric - Add metrics for AMQP channels
  • mqmetric - Add cluster name as tag for queues (#191)
  • Rewrite README to better match recent compiler versions and module management
  • Update expected Go compiler version

Fix broken compile

07 Jul 10:13
Compare
Choose a tag to compare

Compiling against pre-9.3 versions of MQ were broken by new filed

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