RabbitMQ快速入门笔记

1.RabbitMQ安装

https://blog.csdn.net/weixin_45012575/article/details/102825124

2.简单队列

https://blog.csdn.net/weixin_45012575/article/details/102825618

3.work queue 工作队列

https://blog.csdn.net/weixin_45012575/article/details/102825712

4.公平分发fair dipatch

https://blog.csdn.net/weixin_45012575/article/details/102825770

5.消息应答与消息持久化

https://blog.csdn.net/weixin_45012575/article/details/102825827

6.订阅模式 publish/subscribe

https://blog.csdn.net/weixin_45012575/article/details/102825882

7.Direct Exchange

https://blog.csdn.net/weixin_45012575/article/details/102825950

8.Topic Exchange

https://blog.csdn.net/weixin_45012575/article/details/102826038

9.事务机制

https://blog.csdn.net/weixin_45012575/article/details/102826092

10.rabbitmq Confirm三种模式

https://blog.csdn.net/weixin_45012575/article/details/102826134

11.源码地址:

https://github.com/bailijun007/myrabbitmq

你可能感兴趣的:(rabbitmq)