瀏覽代碼

Updated, which scripts use what queues.

Steve Thielemann 5 年之前
父節點
當前提交
5c5ac048fe
共有 1 個文件被更改,包括 4 次插入0 次删除
  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
+