rabbitmq第二次tutorial读后总结

1.rabbitmq支持多种协议 包括amqp

rabbitmq-server - AMQP server written in Erlang!!!!!apt-cache帮助

2.

   ConnectionFactory factory 
这个api处理了socket连接和协议相关的操作
 
 3. 

 send失败,可能是磁盘空间不足,修改配置文件

4.

接收者是一个监听动作,而且需要保证队列已存在

5. topic和routing的区别是topic是会话,是正则匹配,routing是严格匹配

6.rpc是有反馈的queue


7.queuedeclare是必须要有的,因为无论收和发都要与一个队列关联,除非用到了非匿名的exchange,但是这时候需要将queue和exchange关联

8.rabbitmq实现的是ampq协议,也是有个服务器broker的,负责消息队列缓存,还有支持订阅推送功能。rabbitmq同时还有mqtt插件,


RabbitMQ MQTT plugin targets MQTT 3.1.1 and supports a broad range of MQTT clients. It also makes it possible for MQTT clients to interoperate with AMQP 0-9-1, AMQP 1.0, and STOMP clients. There is also support for multi-tenancy.

The plugin builds on top of RabbitMQ core protocol's entities: exchanges and queues. Messages published to MQTT topics use a topic exchange (amq.topic by default) internally. Subscribers consume from RabbitMQ queues bound to the topic exchange. This both enables interoperability with other protocols and makes it possible to use the Management plugin to inspect queue sizes, message rates, and so on.


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值