Skip to content

Commit aecdfd2

Browse files
author
oylenshpeegul
committed
complete outline
1 parent 05e8b8d commit aecdfd2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ The RabbitMQ tutorial at http://www.rabbitmq.com/getstarted.html doesn't include
99
* [new\_task.pl](https://github.com/oylenshpeegul/RabbitMQ-Tutorial-Perl/blob/master/new_task.pl)
1010
* [worker.pl](https://github.com/oylenshpeegul/RabbitMQ-Tutorial-Perl/blob/master/worker.pl)
1111
3. [Publish/Subscribe](http://www.rabbitmq.com/tutorials/tutorial-three-python.html)
12+
* emit_log.pl
13+
* receive_logs.pl
1214
4. [Routing](http://www.rabbitmq.com/tutorials/tutorial-four-python.html)
15+
* emit\_log_direct.pl
16+
* receive\_logs_direct.pl
1317
5. [Topics](http://www.rabbitmq.com/tutorials/tutorial-five-python.html)
18+
* emit\_log_topic.pl
19+
* receive\_logs_topic.pl
1420
6. [RPC](http://www.rabbitmq.com/tutorials/tutorial-six-python.html)
21+
* rpc_server.pl
22+
* rpc_client.pl
1523

0 commit comments

Comments
 (0)