##Links:
- Rabbitmq tutorial: https://www.rabbitmq.com/getstarted.html
- RabbitMQ code snippets: https://github.com/rabbitmq/rabbitmq-tutorials/tree/master/python
- Async Programming : http://blog.codepath.com/2012/11/15/asynchronous-processing-in-web-applications-part-1-a-database-is-not-a-queue/
- Async programming
- Protocol AMQP
- Rabbit MQ Theory
- Different type of message passing mechanism with code snippets