Skip to content

Commit bef14c7

Browse files
committed
Update for MQ 9.2.1
1 parent c52ecc2 commit bef14c7

13 files changed

+37
-24
lines changed

CHANGELOG.md

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

4+
## Dec 04 2020 - v5.1.3
5+
* Update for MQ 9.2.1
6+
47
## Sep 29 2020 - no new version
58
* samples - Add script to build a running container with a sample program in it
69

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \
5252
# Location of the downloadable MQ client package \
5353
ENV RDURL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist" \
5454
RDTAR="IBM-MQC-Redist-LinuxX64.tar.gz" \
55-
VRMF=9.2.0.0
55+
VRMF=9.2.1.0
5656

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

ibmmq/cmqc_aix.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ package ibmmq
3232
****************************************************************
3333
*
3434
* <BEGIN_BUILDINFO>
35-
* Generated on: 7/9/20 2:30 PM
36-
* Build Level: p920-L200709
35+
* Generated on: 11/12/20 5:27 PM
36+
* Build Level: p921-L201112.1
3737
* Build Type: Production
3838
* <END_BUILDINFO>
3939
*/
@@ -1004,7 +1004,7 @@ const (
10041004
MQCMDI_SEC_SIGNOFF_ERROR int32 = 17
10051005
MQCMDI_SEC_TIMER_ZERO int32 = 14
10061006
MQCMDI_SEC_UPPERCASE int32 = 21
1007-
MQCMDL_CURRENT_LEVEL int32 = 920
1007+
MQCMDL_CURRENT_LEVEL int32 = 921
10081008
MQCMDL_LEVEL_1 int32 = 100
10091009
MQCMDL_LEVEL_101 int32 = 101
10101010
MQCMDL_LEVEL_110 int32 = 110
@@ -1046,6 +1046,7 @@ const (
10461046
MQCMDL_LEVEL_914 int32 = 914
10471047
MQCMDL_LEVEL_915 int32 = 915
10481048
MQCMDL_LEVEL_920 int32 = 920
1049+
MQCMDL_LEVEL_921 int32 = 921
10491050
MQCMD_ACCOUNTING_MQI int32 = 167
10501051
MQCMD_ACCOUNTING_Q int32 = 168
10511052
MQCMD_ACTIVITY_MSG int32 = 69

ibmmq/cmqc_darwin.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ package ibmmq
3030
****************************************************************
3131
*
3232
* <BEGIN_BUILDINFO>
33-
* Generated on: 7/9/20 2:30 PM
34-
* Build Level: p920-L200709
33+
* Generated on: 11/12/20 5:27 PM
34+
* Build Level: p921-L201112.1
3535
* Build Type: Production
3636
* <END_BUILDINFO>
3737
*/
@@ -1002,7 +1002,7 @@ const (
10021002
MQCMDI_SEC_SIGNOFF_ERROR int32 = 17
10031003
MQCMDI_SEC_TIMER_ZERO int32 = 14
10041004
MQCMDI_SEC_UPPERCASE int32 = 21
1005-
MQCMDL_CURRENT_LEVEL int32 = 920
1005+
MQCMDL_CURRENT_LEVEL int32 = 921
10061006
MQCMDL_LEVEL_1 int32 = 100
10071007
MQCMDL_LEVEL_101 int32 = 101
10081008
MQCMDL_LEVEL_110 int32 = 110
@@ -1044,6 +1044,7 @@ const (
10441044
MQCMDL_LEVEL_914 int32 = 914
10451045
MQCMDL_LEVEL_915 int32 = 915
10461046
MQCMDL_LEVEL_920 int32 = 920
1047+
MQCMDL_LEVEL_921 int32 = 921
10471048
MQCMD_ACCOUNTING_MQI int32 = 167
10481049
MQCMD_ACCOUNTING_Q int32 = 168
10491050
MQCMD_ACTIVITY_MSG int32 = 69

ibmmq/cmqc_linux_amd64.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ package ibmmq
3030
****************************************************************
3131
*
3232
* <BEGIN_BUILDINFO>
33-
* Generated on: 7/9/20 2:30 PM
34-
* Build Level: p920-L200709
33+
* Generated on: 11/12/20 5:27 PM
34+
* Build Level: p921-L201112.1
3535
* Build Type: Production
3636
* <END_BUILDINFO>
3737
*/
@@ -1002,7 +1002,7 @@ const (
10021002
MQCMDI_SEC_SIGNOFF_ERROR int32 = 17
10031003
MQCMDI_SEC_TIMER_ZERO int32 = 14
10041004
MQCMDI_SEC_UPPERCASE int32 = 21
1005-
MQCMDL_CURRENT_LEVEL int32 = 920
1005+
MQCMDL_CURRENT_LEVEL int32 = 921
10061006
MQCMDL_LEVEL_1 int32 = 100
10071007
MQCMDL_LEVEL_101 int32 = 101
10081008
MQCMDL_LEVEL_110 int32 = 110
@@ -1044,6 +1044,7 @@ const (
10441044
MQCMDL_LEVEL_914 int32 = 914
10451045
MQCMDL_LEVEL_915 int32 = 915
10461046
MQCMDL_LEVEL_920 int32 = 920
1047+
MQCMDL_LEVEL_921 int32 = 921
10471048
MQCMD_ACCOUNTING_MQI int32 = 167
10481049
MQCMD_ACCOUNTING_Q int32 = 168
10491050
MQCMD_ACTIVITY_MSG int32 = 69

ibmmq/cmqc_linux_ppc64le.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ package ibmmq
3030
****************************************************************
3131
*
3232
* <BEGIN_BUILDINFO>
33-
* Generated on: 7/9/20 2:30 PM
34-
* Build Level: p920-L200709
33+
* Generated on: 11/12/20 5:27 PM
34+
* Build Level: p921-L201112.1
3535
* Build Type: Production
3636
* <END_BUILDINFO>
3737
*/
@@ -1002,7 +1002,7 @@ const (
10021002
MQCMDI_SEC_SIGNOFF_ERROR int32 = 17
10031003
MQCMDI_SEC_TIMER_ZERO int32 = 14
10041004
MQCMDI_SEC_UPPERCASE int32 = 21
1005-
MQCMDL_CURRENT_LEVEL int32 = 920
1005+
MQCMDL_CURRENT_LEVEL int32 = 921
10061006
MQCMDL_LEVEL_1 int32 = 100
10071007
MQCMDL_LEVEL_101 int32 = 101
10081008
MQCMDL_LEVEL_110 int32 = 110
@@ -1044,6 +1044,7 @@ const (
10441044
MQCMDL_LEVEL_914 int32 = 914
10451045
MQCMDL_LEVEL_915 int32 = 915
10461046
MQCMDL_LEVEL_920 int32 = 920
1047+
MQCMDL_LEVEL_921 int32 = 921
10471048
MQCMD_ACCOUNTING_MQI int32 = 167
10481049
MQCMD_ACCOUNTING_Q int32 = 168
10491050
MQCMD_ACTIVITY_MSG int32 = 69

ibmmq/cmqc_linux_s390x.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ package ibmmq
3030
****************************************************************
3131
*
3232
* <BEGIN_BUILDINFO>
33-
* Generated on: 7/9/20 2:30 PM
34-
* Build Level: p920-L200709
33+
* Generated on: 11/12/20 5:27 PM
34+
* Build Level: p921-L201112.1
3535
* Build Type: Production
3636
* <END_BUILDINFO>
3737
*/
@@ -1002,7 +1002,7 @@ const (
10021002
MQCMDI_SEC_SIGNOFF_ERROR int32 = 17
10031003
MQCMDI_SEC_TIMER_ZERO int32 = 14
10041004
MQCMDI_SEC_UPPERCASE int32 = 21
1005-
MQCMDL_CURRENT_LEVEL int32 = 920
1005+
MQCMDL_CURRENT_LEVEL int32 = 921
10061006
MQCMDL_LEVEL_1 int32 = 100
10071007
MQCMDL_LEVEL_101 int32 = 101
10081008
MQCMDL_LEVEL_110 int32 = 110
@@ -1044,6 +1044,7 @@ const (
10441044
MQCMDL_LEVEL_914 int32 = 914
10451045
MQCMDL_LEVEL_915 int32 = 915
10461046
MQCMDL_LEVEL_920 int32 = 920
1047+
MQCMDL_LEVEL_921 int32 = 921
10471048
MQCMD_ACCOUNTING_MQI int32 = 167
10481049
MQCMD_ACCOUNTING_Q int32 = 168
10491050
MQCMD_ACTIVITY_MSG int32 = 69

ibmmq/cmqc_windows.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ package ibmmq
3030
****************************************************************
3131
*
3232
* <BEGIN_BUILDINFO>
33-
* Generated on: 7/9/20 2:30 PM
34-
* Build Level: p920-L200709
33+
* Generated on: 11/12/20 5:27 PM
34+
* Build Level: p921-L201112.1
3535
* Build Type: Production
3636
* <END_BUILDINFO>
3737
*/
@@ -1002,7 +1002,7 @@ const (
10021002
MQCMDI_SEC_SIGNOFF_ERROR int32 = 17
10031003
MQCMDI_SEC_TIMER_ZERO int32 = 14
10041004
MQCMDI_SEC_UPPERCASE int32 = 21
1005-
MQCMDL_CURRENT_LEVEL int32 = 920
1005+
MQCMDL_CURRENT_LEVEL int32 = 921
10061006
MQCMDL_LEVEL_1 int32 = 100
10071007
MQCMDL_LEVEL_101 int32 = 101
10081008
MQCMDL_LEVEL_110 int32 = 110
@@ -1044,6 +1044,7 @@ const (
10441044
MQCMDL_LEVEL_914 int32 = 914
10451045
MQCMDL_LEVEL_915 int32 = 915
10461046
MQCMDL_LEVEL_920 int32 = 920
1047+
MQCMDL_LEVEL_921 int32 = 921
10471048
MQCMD_ACCOUNTING_MQI int32 = 167
10481049
MQCMD_ACCOUNTING_Q int32 = 168
10491050
MQCMD_ACTIVITY_MSG int32 = 69

ibmmq/mqi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ of MQOPEN etc.
66
77
For more information on the MQI, including detailed descriptions of the functions,
88
constants and structures, see the MQ Knowledge Center
9-
at https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.1.0/com.ibm.mq.dev.doc/q023720_.htm#q023720_
9+
at https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_latest/com.ibm.mq.dev.doc/q023720_.htm#q023720_
1010
1111
If an MQI call returns MQCC_FAILED or MQCC_WARNING, a custom error
1212
type is returned containing the MQCC/MQRC values as well as

ibmmq/mqistr.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build go1.13
2+
13
package ibmmq
24

35
/*
@@ -1377,6 +1379,8 @@ func MQItoString(class string, value int) string {
13771379
s = "MQCMDL_LEVEL_915"
13781380
case 920:
13791381
s = "MQCMDL_LEVEL_920"
1382+
case 921:
1383+
s = "MQCMDL_LEVEL_921"
13801384
default:
13811385
s = ""
13821386
}

0 commit comments

Comments
 (0)