Description
To reproduce
- Start a broker on port amqp
- Use the attached configs and start the routers
- Send 200 messages on the waypointed address "examples" by connecting to the EA2 router like this python simple_send.py --address 0.0.0.0:28100/examples -m200. Make sure the messages reached the broker queue.
- Now receive one message from the same EA2 router - python simple_recv.py --address 0.0.0.0:28100/examples -m1 - this will work
- Repeat step 4 more time. This receive will not work