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: samples/mqclient/README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,22 @@
9
9
10
10
First [build the ACE image](../../README.md#Building-a-container-image) or obtain one of the shipped images.
11
11
12
-
Download a copy of the MQ redistributable client Example URL: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist/9.2.0.4-IBM-MQC-Redist-LinuxX64.tar.gz
12
+
Determine the link for the version of the MQ client to be used, using FixCentral or the standard redistributable
13
+
client download site. An example URL would be https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist/9.3.2.0-IBM-MQC-Redist-LinuxX64.tar.gz
14
+
for the client.
13
15
14
-
In the `sample/mqclient` folder:
16
+
In this folder, run the docker command as follows (replacing the product version and MQ link as appropriate):
0 commit comments