File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed 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 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
810Scope of mqmetric changes seem to justify new minor number
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \
5858# Location of the downloadable MQ client package \
5959ENV 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
You can’t perform that action at this time.
0 commit comments