Question: In PYTHON please! You will need three Python source files - One sender (send.py) and two receivers (receive.py). The sender will need establish a connection,
In PYTHON please! You will need three Python source files - One sender (send.py) and two receivers (receive.py). The sender will need establish a connection, channel and declare a queue. It will then need to send a message to the message queue once per second. You may use a while loop and the time.sleep function for this. The message should be something unique, like My name is John Doe and I love Python! # where is # is a running counter so you can see the message number. Each of the receivers, will need to establish a connection to the same queue, register a call back, and start consuming any messages received. When a message is received it should be output to standard out.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
