Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 807 Bytes

File metadata and controls

18 lines (13 loc) · 807 Bytes

Communication Contract for Assignment 7 CS361

How to request & Retrieve data

  1. Download recieve.py & send.py from the repo
  2. You have to start RabbitMQ, I used homebrew with the command:

brew services start rabbitmq

  1. RECIEVE: Start by running the recieve first, do this by:

python3 recieve.py

  1. REQUEST: Send the data by running send in another terminal tab:

python3 send.py

  1. You will see the random recycling fact being printed in the send.py terminal & see a print statement stating the message was recieved in recieve.py

If there are any questions, feel free to reach out! We have been communicating over discord & text.

UML sequence diagram

CS361 Assignment 7