CMQP(消息队列协议)

参考:http://geek.csdn.net/news/detail/59979 

1. server,broker(代理),用来收发消息的。

2.publisher,生产者,用来生成消息的。

3.consumer,消费者,用来消费消息的。

4.exchange,queue,通道会根据路由规则将消息连接到对应的queue,

   通道的类型(通讯模型)有:广播(fanout,扇出),点对点(point to point),主题(topic)

5. MQ通讯模型

  广播: 消息从exchange中会广播到所有queue中

  点对点:

  主题: 

   群集:

posted on 2016-04-20 11:08  豆沙包没有肉  阅读(259)  评论(0编辑  收藏  举报

导航