Skip to content

Commit edf5a18

Browse files
committed
Updates for MQ 9.2.3
1 parent bfbee7e commit edf5a18

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

4-
## xxx xx 2021 - v5.xxx
4+
## Aug 03 2021 - v5.2.1
5+
* Update for MQ 9.2.3
56
* Add a sample amqsbo.go to show how to deal with poison messages
7+
* samples - Containerised sample turned into multi-stage Dockerfile to reduce size of deployed app container
68

79
## Mar 25 2021 - v5.2.0
810
Scope of mqmetric changes seem to justify new minor number

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \
5858
# Location of the downloadable MQ client package \
5959
ENV RDURL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist" \
6060
RDTAR="IBM-MQC-Redist-LinuxX64.tar.gz" \
61-
VRMF=9.2.2.0
61+
VRMF=9.2.3.0
6262

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

0 commit comments

Comments
 (0)