1)RabbitMQ
AMQP stands for Advanced Message Queuing Protocol. RabbitMQ is the market leader in AMQP with several hundred production deployments and hundreds more in development.
2)tutorials
对RabbitMQ的介绍,参见这里: RabbitMQ_Introduction 和RabbitMQ How to
使用RabbitMQ的tutorial见:
3)python中使用
在python中使用,要装Pika
在Tutorials 中介绍的例子都是BlockingConnection方式的,推荐用SelectConnection,参见:Connecting to RabbitMQ
4)RabbitMQ on Android
之前参考了MQTT,XMPP,C2DM机制实现Push,RabbitMQ也是一个实现Push的好方案。