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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -127,15 +127,15 @@ go test -run TestSampleSendReceiveWithErrorHandling
127
127
## Getting started
128
128
129
129
### Installing the pre-requisites
130
-
The IBM MQ client on which this library depends is supported on Linux and Windows.
130
+
The IBM MQ client on which this library depends is supported on Linux and Windows, and is [now available for development use on MacOS](https://developer.ibm.com/messaging/2019/02/05/ibm-mq-macos-toolkit-for-developers/)).
131
131
132
132
1. Install Golang
133
-
- This library has been validated with Golang v1.11.4. If you don't have Golang installed on your system you can [download it here](https://golang.org/doc/install) for Linux or Windows
133
+
- This library has been validated with Golang v1.11.4. If you don't have Golang installed on your system you can [download it here](https://golang.org/doc/install) for MacOS, Linux or Windows
134
134
2. Install 'dep' to manage the dependent packages
135
135
- See [Installation instructions](https://github.com/golang/dep#installation) for details
136
136
3. Install the MQ Client library
137
137
- If you have a full MQ server with a queue manager installed on your machine then you already have the client library
138
-
- If you don't have a queue manager installed on your machine then you can [download the "redistributable client" library for IBM MQ 9.1.1 CD or higher for Linux or Windows](https://ibm.biz/mq91cdredistclients) - for example `9.1.1.0-IBM-MQC-Redist-LinuxX64`
138
+
- If you don't have a queue manager installed on your machine then you can download the "redistributable client" library for IBM MQ 9.1.1 CD or higher for [Linux](https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist/9.1.1.0-IBM-MQC-Redist-LinuxX64.tar.gz), [Windows](https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist/9.1.1.0-IBM-MQC-Redist-Win64.zip) or [MacOS](https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/mactoolkit/IBM-MQ-Toolkit-Mac-x64-9.1.1.0.tar.gz)
139
139
- Simply unzip the archive and make a note of the installation location. For ease of configuration you may wish to unzip the archive into the default install IBM MQ location for your platform
140
140
- Note that v9.1.1 (CD) or higher of the MQ client library is required as it includes header files that are not present in v9.1.0 LTS or below.
141
141
4. Git clone this project to download this JMS style implementation onto your workstation
**If your client install is not located in the default installation location**, for example `/opt/mqm` then you also need to set the follow environment variables to point at your installation location. For example on Linux;
170
+
**If your client install is not located in the default installation location**, for example `/opt/mqm` then you also need to set the follow environment variables to point at your installation location. For example on Linux or MacOS;
0 commit comments