Ted

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

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的好方案。

例子:Getting Started with RabbitMQ on Android – Part 1

posted on 2012-03-25 18:28  wufawei  阅读(606)  评论(0编辑  收藏  举报