背景
在研发分布式事务的最终一致性事务模式时,使用了RabbitMQ。
在这之前也接触过RabbitMQ,但没有特别深入的去了解它的特性与原理。这次决定系统的学习一次,所以业余时间阅读大神们的书籍和博客,学习到了很多RabbitMQ的特性与细节。
在学习的过程中,我使用Spring提供的Rabbit客户端 —— RabbitTemplate,在SpringBoot架构下,将这些特性基本使用了一遍,并记录在了博客中。
源码地址为:https://github.com/XuePeng87/rabbitmq-example
目录
四、RabbitMQ3.7在CentOS7下的安装(单节点)
六、发布消息到RabbitMQ与性能权衡(读书笔记与个人实践)
十一、使用KeepAlived为RabbitMQ的高可用的负载均衡
内容参考
《RabbitMQ实战》 —— 作者: Alvaro Videla / Jason J. W. Williams
《深入RabbitMQ》 —— 作者: Gavin M. Roy
https://www.xncoding.com/2017/08/06/spring/sb-rabbitmq.html
https://www.cnblogs.com/vipstone/p/9350075.html
https://www.jianshu.com/p/b3d9e189323c
http://ju.outofmemory.cn/entry/320538
https://blog.youkuaiyun.com/fu_huo_1993/article/details/88224985
https://blog.youkuaiyun.com/anumbrella/article/details/80686445
https://my.oschina.net/lzhaoqiang/blog/670749
https://www.jianshu.com/p/2c2a7cfdd38a
https://www.jianshu.com/p/2c5eebfd0e95
https://hoxis.github.io/keepalived-haproxy-rabbitmq.html