File tree Expand file tree Collapse file tree 7 files changed +55
-7
lines changed Expand file tree Collapse file tree 7 files changed +55
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package ibmmq
1616* for each value; those can be found in other header files such as
1717* cmqc.h.
1818****************************************************************
19- * Copyright (c) IBM Corporation 1993, 2021
19+ * Copyright (c) IBM Corporation 1993, 2022
2020*
2121* Licensed under the Apache License, Version 2.0 (the "License");
2222* you may not use this file except in compliance with the License.
@@ -5093,4 +5093,12 @@ const (
50935093 MQFMT_TRIGGER string = "MQTRIG"
50945094 MQFMT_WORK_INFO_HEADER string = "MQHWIH"
50955095 MQFMT_XMIT_Q_HEADER string = "MQXMIT"
5096+ MQGS_NOT_IN_GROUP rune = ' '
5097+ MQGS_MSG_IN_GROUP rune = 'G'
5098+ MQGS_LAST_MSG_IN_GROUP rune = 'L'
5099+ MQSS_NOT_A_SEGMENT rune = ' '
5100+ MQSS_SEGMENT rune = 'S'
5101+ MQSS_LAST_SEGMENT rune = 'L'
5102+ MQSEG_INHIBITED rune = ' '
5103+ MQSEG_ALLOWED rune = 'A'
50965104)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ package ibmmq
1414* for each value; those can be found in other header files such as
1515* cmqc.h.
1616****************************************************************
17- * Copyright (c) IBM Corporation 1993, 2021
17+ * Copyright (c) IBM Corporation 1993, 2022
1818*
1919* Licensed under the Apache License, Version 2.0 (the "License");
2020* you may not use this file except in compliance with the License.
@@ -5091,4 +5091,12 @@ const (
50915091 MQFMT_TRIGGER string = "MQTRIG"
50925092 MQFMT_WORK_INFO_HEADER string = "MQHWIH"
50935093 MQFMT_XMIT_Q_HEADER string = "MQXMIT"
5094+ MQGS_NOT_IN_GROUP rune = ' '
5095+ MQGS_MSG_IN_GROUP rune = 'G'
5096+ MQGS_LAST_MSG_IN_GROUP rune = 'L'
5097+ MQSS_NOT_A_SEGMENT rune = ' '
5098+ MQSS_SEGMENT rune = 'S'
5099+ MQSS_LAST_SEGMENT rune = 'L'
5100+ MQSEG_INHIBITED rune = ' '
5101+ MQSEG_ALLOWED rune = 'A'
50945102)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ package ibmmq
1414* for each value; those can be found in other header files such as
1515* cmqc.h.
1616****************************************************************
17- * Copyright (c) IBM Corporation 1993, 2021
17+ * Copyright (c) IBM Corporation 1993, 2022
1818*
1919* Licensed under the Apache License, Version 2.0 (the "License");
2020* you may not use this file except in compliance with the License.
@@ -5091,4 +5091,12 @@ const (
50915091 MQFMT_TRIGGER string = "MQTRIG"
50925092 MQFMT_WORK_INFO_HEADER string = "MQHWIH"
50935093 MQFMT_XMIT_Q_HEADER string = "MQXMIT"
5094+ MQGS_NOT_IN_GROUP rune = ' '
5095+ MQGS_MSG_IN_GROUP rune = 'G'
5096+ MQGS_LAST_MSG_IN_GROUP rune = 'L'
5097+ MQSS_NOT_A_SEGMENT rune = ' '
5098+ MQSS_SEGMENT rune = 'S'
5099+ MQSS_LAST_SEGMENT rune = 'L'
5100+ MQSEG_INHIBITED rune = ' '
5101+ MQSEG_ALLOWED rune = 'A'
50945102)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ package ibmmq
1414* for each value; those can be found in other header files such as
1515* cmqc.h.
1616****************************************************************
17- * Copyright (c) IBM Corporation 1993, 2021
17+ * Copyright (c) IBM Corporation 1993, 2022
1818*
1919* Licensed under the Apache License, Version 2.0 (the "License");
2020* you may not use this file except in compliance with the License.
@@ -5091,4 +5091,12 @@ const (
50915091 MQFMT_TRIGGER string = "MQTRIG"
50925092 MQFMT_WORK_INFO_HEADER string = "MQHWIH"
50935093 MQFMT_XMIT_Q_HEADER string = "MQXMIT"
5094+ MQGS_NOT_IN_GROUP rune = ' '
5095+ MQGS_MSG_IN_GROUP rune = 'G'
5096+ MQGS_LAST_MSG_IN_GROUP rune = 'L'
5097+ MQSS_NOT_A_SEGMENT rune = ' '
5098+ MQSS_SEGMENT rune = 'S'
5099+ MQSS_LAST_SEGMENT rune = 'L'
5100+ MQSEG_INHIBITED rune = ' '
5101+ MQSEG_ALLOWED rune = 'A'
50945102)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ package ibmmq
1414* for each value; those can be found in other header files such as
1515* cmqc.h.
1616****************************************************************
17- * Copyright (c) IBM Corporation 1993, 2021
17+ * Copyright (c) IBM Corporation 1993, 2022
1818*
1919* Licensed under the Apache License, Version 2.0 (the "License");
2020* you may not use this file except in compliance with the License.
@@ -5091,4 +5091,12 @@ const (
50915091 MQFMT_TRIGGER string = "MQTRIG"
50925092 MQFMT_WORK_INFO_HEADER string = "MQHWIH"
50935093 MQFMT_XMIT_Q_HEADER string = "MQXMIT"
5094+ MQGS_NOT_IN_GROUP rune = ' '
5095+ MQGS_MSG_IN_GROUP rune = 'G'
5096+ MQGS_LAST_MSG_IN_GROUP rune = 'L'
5097+ MQSS_NOT_A_SEGMENT rune = ' '
5098+ MQSS_SEGMENT rune = 'S'
5099+ MQSS_LAST_SEGMENT rune = 'L'
5100+ MQSEG_INHIBITED rune = ' '
5101+ MQSEG_ALLOWED rune = 'A'
50945102)
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ package ibmmq
1414* for each value; those can be found in other header files such as
1515* cmqc.h.
1616****************************************************************
17- * Copyright (c) IBM Corporation 1993, 2021
17+ * Copyright (c) IBM Corporation 1993, 2022
1818*
1919* Licensed under the Apache License, Version 2.0 (the "License");
2020* you may not use this file except in compliance with the License.
@@ -5091,4 +5091,12 @@ const (
50915091 MQFMT_TRIGGER string = "MQTRIG"
50925092 MQFMT_WORK_INFO_HEADER string = "MQHWIH"
50935093 MQFMT_XMIT_Q_HEADER string = "MQXMIT"
5094+ MQGS_NOT_IN_GROUP rune = ' '
5095+ MQGS_MSG_IN_GROUP rune = 'G'
5096+ MQGS_LAST_MSG_IN_GROUP rune = 'L'
5097+ MQSS_NOT_A_SEGMENT rune = ' '
5098+ MQSS_SEGMENT rune = 'S'
5099+ MQSS_LAST_SEGMENT rune = 'L'
5100+ MQSEG_INHIBITED rune = ' '
5101+ MQSEG_ALLOWED rune = 'A'
50945102)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ package ibmmq
1616* for each value; those can be found in other header files such as
1717* cmqc.h.
1818****************************************************************
19- * Copyright (c) IBM Corporation 1993, 2021
19+ * Copyright (c) IBM Corporation 1993, 2022
2020*
2121* Licensed under the Apache License, Version 2.0 (the "License");
2222* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments