@@ -7,20 +7,20 @@ To successfully use the examples you will need a running RabbitMQ server.
77
88## Requirements
99
10- You'll need to download the RabbitMQ
10+ You'll need to download the RabbitMQ
1111[ java client library package] ( http://www.rabbitmq.com/java-client.html ) ,
12- and check its signature as described there.
13- Unzip it into your working directory and ensure the JAR files from the
12+ and check its signature as described there.
13+ Unzip it into your working directory and ensure the JAR files from the
1414unzipped directory are placed in your working directory:
1515
1616 $ unzip rabbitmq-java-client-bin-*.zip
1717 $ cp rabbitmq-java-client-bin-*/*.jar ./
1818
1919To compile you only need the Rabbitmq java client jar on the classpath.
2020
21- To run them you'll need all the dependencies, see examples below.
21+ To run them you'll need all the dependencies, see examples below.
2222
23- Note: If you're on Windows,
23+ Note: If you're on Windows,
2424use a semicolon instead of a colon to separate items in the classpath.
2525
2626> You can set an environment variable for the jar files on the classpath e.g.
@@ -52,8 +52,8 @@ use a semicolon instead of a colon to separate items in the classpath.
5252[ Tutorial three: Publish/Subscribe] ( http://www.rabbitmq.com/tutorial-three-java.html )
5353
5454 $ javac -cp rabbitmq-client.jar EmitLog.java ReceiveLogs.java
55-
56- $ java -cp $CP EmitLog
55+
5756 $ java -cp $CP ReceiveLogs
57+ $ java -cp $CP EmitLog
5858
5959
0 commit comments