File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,35 +21,35 @@ inside this project folder:
2121
2222## Code
2323
24- [ Tutorial one: "Hello World!"] ( http://www.rabbitmq.com/tutorial-one-python .html ) :
24+ [ Tutorial one: "Hello World!"] ( http://www.rabbitmq.com/tutorial-one-php .html ) :
2525
2626 php send.php
2727 php receive.php
2828
2929
30- [ Tutorial two: Work Queues] ( http://www.rabbitmq.com/tutorial-two-python .html ) :
30+ [ Tutorial two: Work Queues] ( http://www.rabbitmq.com/tutorial-two-php .html ) :
3131
3232 php new_task.php "A very hard task which takes two seconds.."
3333 php worker.php
3434
3535
36- [ Tutorial three: Publish/Subscribe] ( http://www.rabbitmq.com/tutorial-three-python .html )
36+ [ Tutorial three: Publish/Subscribe] ( http://www.rabbitmq.com/tutorial-three-php .html )
3737
3838 php receive_logs.php
3939 php emit_log.php "info: This is the log message"
4040
41- [ Tutorial four: Routing] ( http://www.rabbitmq.com/tutorial-four-python .html ) :
41+ [ Tutorial four: Routing] ( http://www.rabbitmq.com/tutorial-four-php .html ) :
4242
4343 php receive_logs_direct.php info
4444 php emit_log_direct.php info "The message"
4545
4646
47- [ Tutorial five: Topics] ( http://www.rabbitmq.com/tutorial-five-python .html ) :
47+ [ Tutorial five: Topics] ( http://www.rabbitmq.com/tutorial-five-php .html ) :
4848
4949 php receive_logs_topic.php "*.rabbit"
5050 php emit_log_topic.php red.rabbit Hello
5151
52- [ Tutorial six: RPC] ( http://www.rabbitmq.com/tutorial-six-python .html ) :
52+ [ Tutorial six: RPC] ( http://www.rabbitmq.com/tutorial-six-php .html ) :
5353
5454 php rpc_server.php
5555 php rpc_client.php
You can’t perform that action at this time.
0 commit comments