File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,37 +18,37 @@ You may first need to run
18
18
19
19
## Code
20
20
21
- [ Tutorial one: "Hello World!"] ( https://www.rabbitmq.com/tutorial-one-python.html ) :
21
+ [ Tutorial one: "Hello World!"] ( https://www.rabbitmq.com/tutorials/ tutorial-one-python.html ) :
22
22
23
23
python send.py
24
24
python receive.py
25
25
26
26
27
- [ Tutorial two: Work Queues] ( https://www.rabbitmq.com/tutorial-two-python.html ) :
27
+ [ Tutorial two: Work Queues] ( https://www.rabbitmq.com/tutorials/ tutorial-two-python.html ) :
28
28
29
29
python new_task.py "A very hard task which takes two seconds.."
30
30
python worker.py
31
31
32
32
33
- [ Tutorial three: Publish/Subscribe] ( https://www.rabbitmq.com/tutorial-three-python.html ) :
33
+ [ Tutorial three: Publish/Subscribe] ( https://www.rabbitmq.com/tutorials/ tutorial-three-python.html ) :
34
34
35
35
python receive_logs.py
36
36
python emit_log.py "info: This is the log message"
37
37
38
38
39
- [ Tutorial four: Routing] ( https://www.rabbitmq.com/tutorial-four-python.html ) :
39
+ [ Tutorial four: Routing] ( https://www.rabbitmq.com/tutorials/ tutorial-four-python.html ) :
40
40
41
41
python receive_logs_direct.py info
42
42
python emit_log_direct.py info "The message"
43
43
44
44
45
- [ Tutorial five: Topics] ( https://www.rabbitmq.com/tutorial-five-python.html ) :
45
+ [ Tutorial five: Topics] ( https://www.rabbitmq.com/tutorials/ tutorial-five-python.html ) :
46
46
47
47
python receive_logs_topic.py "*.rabbit"
48
48
python emit_log_topic.py red.rabbit Hello
49
49
50
50
51
- [ Tutorial six: RPC] ( https://www.rabbitmq.com/tutorial-six-python.html ) :
51
+ [ Tutorial six: RPC] ( https://www.rabbitmq.com/tutorials/ tutorial-six-python.html ) :
52
52
53
53
python rpc_server.py
54
54
python rpc_client.py
You can’t perform that action at this time.
0 commit comments