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:
21
21
22
22
## Code
23
23
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 ) :
25
25
26
26
php send.php
27
27
php receive.php
28
28
29
29
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 ) :
31
31
32
32
php new_task.php "A very hard task which takes two seconds.."
33
33
php worker.php
34
34
35
35
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 )
37
37
38
38
php receive_logs.php
39
39
8000
php emit_log.php "info: This is the log message"
40
40
41
- [ Tutorial four: Routing] ( http://www.rabbitmq.com/tutorial-four-python .html ) :
41
+ [ Tutorial four: Routing] ( http://www.rabbitmq.com/tutorial-four-php .html ) :
42
42
43
43
php receive_logs_direct.php info
44
44
php emit_log_direct.php info "The message"
45
45
46
46
47
- [ Tutorial five: Topics] ( http://www.rabbitmq.com/tutorial-five-python .html ) :
47
+ [ Tutorial five: Topics] ( http://www.rabbitmq.com/tutorial-five-php .html ) :
48
48
49
49
php receive_logs_topic.php "*.rabbit"
50
50
php emit_log_topic.php red.rabbit Hello
51
51
52
- [ Tutorial six: RPC] ( http://www.rabbitmq.com/tutorial-six-python .html ) :
52
+ [ Tutorial six: RPC] ( http://www.rabbitmq.com/tutorial-six-php .html ) :
53
53
54
54
php rpc_server.php
55
55
php rpc_client.php
You can’t perform that action at this time.
0 commit comments