Each of the three examples in this repo will send and receive a few messages. Requirements to run each example are listed below:
Install Rabbit MQ and start the service. This example uses localhost + default port.
Install a Redis server locally, and start it up. This example uses localhost + default port.
This requires you configure a queue in AWS Console and have the access key ID + secret stored locally in the ~/.aws/credentials file. TODO: Make the queue name configurable
TODO: Instructions on best way to run each example locally.