There was an error while loading. Please reload this page.
1 parent ba4d5ae commit ba47e9aCopy full SHA for ba47e9a
erlang/README.md
@@ -42,3 +42,13 @@ You need Erlang Client binaries:
42
43
./receive_logs.erl
44
./emit_log.erl "info: This is the log message"
45
+
46
+[Tutorial four: Routing](http://www.rabbitmq.com/tutorial-four-python.html):
47
48
+ ./receive_logs_direct.erl info
49
+ ./emit_log_direct.py info Hello
50
51
+[Tutorial five: Topics](http://www.rabbitmq.com/tutorial-five-python.html):
52
53
+ ./receive_logs_topic.erl *.rabbit
54
+ ./emit_log_topic.erl red.rabbit Hello
0 commit comments