Skip to content

Commit ebc7a9a

Browse files
committed
Update headers to include V903 constants
1 parent 606f943 commit ebc7a9a

File tree

4 files changed

+324
-28
lines changed

4 files changed

+324
-28
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ packages including Prometheus, InfluxDB and OpenTSDB.
66

77
A minimum level of MQ V9 is required to build this package.
88
The monitoring data published by the queue manager is not available before
9-
that version.
9+
that version; the interface also assumes availability of
10+
MQI structures from that level of MQ.
1011

1112
## MQI Description
1213

@@ -30,10 +31,7 @@ have a copy of MQ installed to build against. It uses cgo to access the MQI C st
3031
installed in the default location on a Linux platform (/opt/mqm) but you can easily change the
3132
cgo directives in the source files if necessary.
3233

33-
A minimum level of MQ V9 is required. The monitoring data published
34-
by the queue manager is not available before that version.
35-
36-
Some Windows capability is also included. One constraint in the cgo package is its support
34+
Some Windows capability is also included. One constraint in the cgo package is its (lack of) support
3735
for path names containing spaces and special characters, which makes it tricky to
3836
compile against a copy of MQ installed in the regular location. To build these packages I copied
3937
<mq install>/tools/c/include and <mq install>/bin64 to be under a temporary directory, shown
@@ -191,13 +189,17 @@ makes the MQI implementation a bit more natural for Go environments.
191189
25 Mar 2017
192190
* Added the metaPrefix option to the Prometheus monitor. This allows selection of non-default resources such as the MQ Bridge for Salesforce included in MQ 9.0.2.
193191

192+
18 May 2017
193+
* Added the V9.0.3 constant definitions.
194+
* Reinstated 64-bit structure "length" fields in
195+
cmqc.go after fixing a bug in the base product C source code generator.
194196

195197
## Health Warning
196198

197199
This package is provided as-is with no guarantees of support or updates. There are also no guarantees of compatibility
198200
with any future versions of the package; the API is subject to change based on any feedback.
199201

200-
##Issues and Contributions
202+
## Issues and Contributions
201203

202204
For feedback and issues relating specifically to this package, please use the [GitHub issue tracker](https://github.com/ibm-messaging/mq-golang/issues).
203205

0 commit comments

Comments
 (0)