Description
Start two routers with the attached config files.
Start a broker on port amqp and create a queue called abc.sms
Attach a sender to Router B and send 100 messages to the "notify" address like this
python simple_recv.py -m100 --address 0.0.0.0:20101/notify
Attach a Receiver to Router B and receive 1 message from the "notify" address like this -
python simple_recv.py -m1 --address 0.0.0.0:20101/notify
The receiver never receives the message