Skip to content

Commit 5a85b13

Browse files
committed
Add Message Property handling and other verbs
1 parent 1089861 commit 5a85b13

File tree

13 files changed

+1277
-36
lines changed

13 files changed

+1277
-36
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
* Added sample programs demonstrating specific operations such as put/get of message
66
* Fixed conversion of some C strings into Go strings
77
* Update MQI header files for MQ V9.1.1 and give more platform variations
8+
* Add support for MQSTAT and MQSUBRQ functions
9+
* Add support and sample for Message Property functions
810

911
## November 2018 - v3.1.0
1012
* Added functions to mqmetric to issue DISPLAY QSTATUS for additional stats

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ implementation concentrates on the core API calls needed to put and get messages
128128
Currently unavailable verbs include:
129129

130130
* MQSET
131-
* All of the message property manipulators
132131
* MQCB
133132

134133
There are also no structure handlers for message headers such as MQRFH2 or MQDLH.

0 commit comments

Comments
 (0)