We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3113a1e commit 17daeefCopy full SHA for 17daeef
clojure/README.md
@@ -33,12 +33,12 @@ Code examples are executed via `lein run`:
33
[Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-java.html)
34
35
lein run -m rabbitmq.tutorials.receive-logs-direct
36
- lein run -m rabbitmq.tutorials.emit-log-direct
+ lein run -m rabbitmq.tutorials.emit-log-direct info
37
38
[Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-java.html)
39
40
lein run -m rabbitmq.tutorials.receive-logs-topic
41
- lein run -m rabbitmq.tutorials.emit-log-topic
+ lein run -m rabbitmq.tutorials.emit-log-topic info
42
43
[Tutorial six: RPC](http://www.rabbitmq.com/tutorial-six-java.html)
44
0 commit comments