File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22Newest 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
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \
3737ARG RDURL_ARG="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist"
3838ENV 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
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \
7777# Location of the downloadable MQ client package \
7878ENV 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
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \
5656# Location of the downloadable MQ client package \
5757ENV 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
You can’t perform that action at this time.
0 commit comments