Browse Source

Updated, which scripts use what queues.

Steve Thielemann 5 years ago
parent
commit
5c5ac048fe
1 changed files with 4 additions and 0 deletions
  1. 4 0
      NOTES.txt

+ 4 - 0
NOTES.txt

@@ -2,7 +2,11 @@
 https://www.rabbitmq.com/getstarted.html
 
 send.py -> receive.py  https://www.rabbitmq.com/tutorials/tutorial-one-python.html  Hello World.
+uses: hello queue
 
 new_task.py -> worker.py  https://www.rabbitmq.com/tutorials/tutorial-two-python.html Work Queues.
+uses: task_queue
 
 rpc_client.py -> rpc_server.py https://www.rabbitmq.com/tutorials/tutorial-six-python.html RPC Call
+uses: rpc_queue
+