소스 검색

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
+