NOTES.txt 341 B

12345678
  1. https://www.rabbitmq.com/getstarted.html
  2. send.py -> receive.py https://www.rabbitmq.com/tutorials/tutorial-one-python.html Hello World.
  3. new_task.py -> worker.py https://www.rabbitmq.com/tutorials/tutorial-two-python.html Work Queues.
  4. rpc_client.py -> rpc_server.py https://www.rabbitmq.com/tutorials/tutorial-six-python.html RPC Call