Skip to content

Commit 0124500

Browse files
committed
Update for MQ 10
1 parent 967d410 commit 0124500

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changelog
22
Newest updates are at the top of this file.
33

4-
## XXX XX 2026 - v5.7.2
5-
- ibmmqotel - Deal with MQSUB(MQSO_MANAGED) when discovering PROPCTL value
4+
## Jun 16 2026 - v5.7.2
5+
- Update for MQ 10
6+
- mqmetric - Individual metrics can be included/excluded from reporting
7+
- ibmmqotel - Deal with MQSUB(MQSO_MANAGED) when discovering PROPCTL value
8+
- ibmmq - Add MQTM/MQTMC structures for trigger monitors and triggered apps
69

710
## Feb 06 2026 - v5.7.1
811
- Update for MQ 9.4.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \
3737
ARG RDURL_ARG="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist"
3838
ENV RDURL=${RDURL_ARG} \
3939
RDTAR="IBM-MQC-Redist-Linux${MQARCH}.tar.gz" \
40-
VRMF=9.4.5.0
40+
VRMF=10.0.0.0
4141

4242
# Install the MQ client from the Redistributable package. This also contains the
4343
# header files we need to compile against. Setup the subset of the package

samples/runSample.deb.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \
7777
# Location of the downloadable MQ client package \
7878
ENV RDURL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist" \
7979
RDTAR="IBM-MQC-Redist-Linux${MQARCH}.tar.gz" \
80-
VRMF=9.4.5.0
80+
VRMF=10.0.0.0
8181

8282
# Install the MQ client from the Redistributable package. This also contains the
8383
# header files we need to compile against. Setup the subset of the package

samples/runSample.ubi.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \
5656
# Location of the downloadable MQ client package \
5757
ENV RDURL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist" \
5858
RDTAR="IBM-MQC-Redist-Linux${MQARCH}.tar.gz" \
59-
VRMF=9.4.5.0
59+
VRMF=10.0.0.0
6060

6161
# Install the MQ client from the Redistributable package. This also contains the
6262
# header files we need to compile against. Setup the subset of the package

0 commit comments

Comments
 (0)