Skip to content

Commit a8f57c3

Browse files
authored
Merge pull request #35 from arthurbarr/master
Include notice about versioning dependencies
2 parents 1259cf0 + 57cc7c3 commit a8f57c3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# mq-golang
22
This repository demonstrates how you can call IBM MQ from applications written in the Go language.
33

4+
> **NOTICE**: Please ensure that you use a dependency management tool such as [dep](https://github.com/golang/dep) or [Glide](http://glide.sh/), and add a specific version dependency. The current content has been marked as version 1.0.0, and a new version with breaking changes will be released soon. By using a dependency manager, you can continue to use the old version if you want to.
5+
46
The repository also includes programs to export MQ statistics to some monitoring
57
packages including Prometheus, InfluxDB and OpenTSDB.
68

@@ -9,6 +11,11 @@ The monitoring data published by the queue manager is not available before
911
that version; the interface also assumes availability of
1012
MQI structures from that level of MQ.
1113

14+
## Health Warning
15+
16+
This package is provided as-is with no guarantees of support or updates. There are also no guarantees of compatibility
17+
with any future versions of the package; the API is subject to change based on any feedback.
18+
1219
## MQI Description
1320

1421
The ibmmq directory contains a Go package, exposing an MQI-like interface.
@@ -124,11 +131,6 @@ There are also no structure handlers for message headers such as MQRFH2 or MQDLH
124131

125132
See [CHANGES](CHANGES.md) in this directory.
126133

127-
## Health Warning
128-
129-
This package is provided as-is with no guarantees of support or updates. There are also no guarantees of compatibility
130-
with any future versions of the package; the API is subject to change based on any feedback.
131-
132134
## Issues and Contributions
133135

134136
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

Comments
 (0)