@@ -26,7 +26,6 @@ and migrating to another node in the cluster in the event of failure.
26
26
1 . [ Prerequisites] ( #prerequisites )
27
27
2 . [ Set up IBM MQ] ( #set-up-ibm-mq )
28
28
3 . [ Download and set up the Lagom service] ( #download-and-set-up-the-lagom-service )
29
- 4 . [ Download and install the IBM MQ driver] ( #download-and-install-the-ibm-mq-driver )
30
29
5 . [ Start the Lagom service] ( #start-the-lagom-service )
31
30
6 . [ Test the Lagom service] ( #test-the-lagom-service )
32
31
7 . [ Stop the Lagom service] ( #stop-the-lagom-service-and-docker )
@@ -85,25 +84,6 @@ image. If you do wish to use different MQ settings you can change them in the
85
84
Lagom service's `application.conf` configuration file. The settings are documented
86
85
in the comments in that file.
87
86
88
- ## Download and install the MQ client driver
89
-
90
- To build and run the Lagom service, you will need to make the MQ client library available
91
- in your build.
92
-
93
- 1. Go to [IBM's download page for MQ 9.0.0.1](http://ibm.biz/mq9001redistclients).
94
- 2. Click on the link _9.0.0.1-IBM-MQC-Redist-Java_.
95
- 3. You may be asked to log in to IBM. If needed, you can create a free account.
96
- 4. Agree to the license agreement.
97
- 5. Click on the link _9.0.0.1-IBM-MQC-Redist-Java.zip (20.8 MB)_.
98
- 6. Go to the root directory of the `lagom-mq-example-scala` project.
99
- 6. Extract the MQ client JAR files and copy them into the `mq-client/lib` directory
100
- ```
101
- $ jar xf 9.0.0.1-IBM-MQC-Redist-Java.zip java/lib/{com.ibm.mq.allclient.jar,jms.jar}
102
- $ mkdir -p mq-client/lib
103
- $ cp java/lib/* mq-client/lib
104
- $ rm -ri java/lib
105
- ```
106
-
107
87
## Start the Lagom service
108
88
109
89
From the `lagom-mq-example-scala` directory run:
@@ -148,4 +128,4 @@ explaining what it's doing. For example:
148
128
149
129
To stop the Lagom service, press `Enter` in the terminal.
150
130
151
- To stop the Docker MQ container, type `Control-C` in its terminal.
131
+ To stop the Docker MQ container, type `Control-C` in its terminal.
0 commit comments