Skip to content

Commit

Permalink
Updates for MQ 9.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmmqmet committed Aug 3, 2021
1 parent bfbee7e commit edf5a18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Changelog
Newest updates are at the top of this file.

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

## Mar 25 2021 - v5.2.0
Scope of mqmetric changes seem to justify new minor number
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \
# Location of the downloadable MQ client package \
ENV RDURL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist" \
RDTAR="IBM-MQC-Redist-LinuxX64.tar.gz" \
VRMF=9.2.2.0
VRMF=9.2.3.0

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

0 comments on commit edf5a18

Please sign in to comment.