This is just a test app implementing a queuing service using Celery (Using AMQP) and Python Tornado. In addition to the above tornado-celery was used to connect tornado and celery.
git clone git@github.com:drreddy/Torando-Celery-Tasks.git
cd Torando-Celery-Tasks
pip install -r requirements.txt
celery -A tasks worker --loglevel=info
python server.py