摘要: rabbitmq 为 amqp协议的实现。实际使用过程中又要使用到pika这个库。明确几个概念:queue 官网说这个概念是信箱。 queue确实是消息的缓存区exchange 这个概念负责消息的传递,官网说 rabbitmq 从来不直接把消息发送到queue中,也就是说只把消息发送到exchage... 阅读全文
posted @ 2015-11-24 17:16 svolcano 阅读(142) 评论(0) 推荐(0) 编辑