You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ packages including Prometheus, InfluxDB and OpenTSDB.
6
6
7
7
A minimum level of MQ V9 is required to build this package.
8
8
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.
10
11
11
12
## MQI Description
12
13
@@ -30,10 +31,7 @@ have a copy of MQ installed to build against. It uses cgo to access the MQI C st
30
31
installed in the default location on a Linux platform (/opt/mqm) but you can easily change the
31
32
cgo directives in the source files if necessary.
32
33
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
37
35
for path names containing spaces and special characters, which makes it tricky to
38
36
compile against a copy of MQ installed in the regular location. To build these packages I copied
39
37
<mqinstall>/tools/c/include and <mqinstall>/bin64 to be under a temporary directory, shown
@@ -191,13 +189,17 @@ makes the MQI implementation a bit more natural for Go environments.
191
189
25 Mar 2017
192
190
* 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.
193
191
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.
194
196
195
197
## Health Warning
196
198
197
199
This package is provided as-is with no guarantees of support or updates. There are also no guarantees of compatibility
198
200
with any future versions of the package; the API is subject to change based on any feedback.
199
201
200
-
##Issues and Contributions
202
+
##Issues and Contributions
201
203
202
204
For feedback and issues relating specifically to this package, please use the [GitHub issue tracker](https://github.com/ibm-messaging/mq-golang/issues).
0 commit comments