Skip to content

Update for MQ 9.4.2

Latest
Compare
Choose a tag to compare
@ibmmqmet ibmmqmet released this 27 Feb 10:37
· 2 commits to master since this release
76d2dec
  • Update for MQ 9.4.2

ibmmq

  • Add function to map PCF attribute values to strings
  • Interpret more PCF types (the filters)
  • MaxSCOLength fix - PR #216
  • Add MQIGolangVersion function
  • Handle MQ C client callbacks with wrong hObj (#217)

mqmetric

  • Ignore the new EXTENDED queue metrics unless explicitly enabled
  • Deal with possible duplication of metrics between QSTATUS and published QSTAT values.
    Without this change, Prometheus (at least) will panic. The system topic metrics were extended in MQ 9.4.2
    and potentially in various fixpacks for older LTS releases; this version of the collector code is required
    once you reach those qmgr levels.
  • Recognise Native HA Cross-region replication metrics

ibmmqotel

  • Fix concurrent maps (#218)

samples

  • Modify amqspcf.go to use PCF mapping functions
  • Ensure Dockerfile examples do not pull base images from Dockerhub
  • Remove unnecessary (incorrect) declarations