Skip to content

Commit 6e0e119

Browse files
authored
Update README.md
1 parent 0697ac9 commit 6e0e119

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

springboot-rabbitmq/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ RabbitMQ提供了6种消息模型,但是第6种其实是RPC,并不是MQ,
88
- 订阅模型-Topic:通配符,把消息交给符合`routing pattern`(路由模式) 的队列
99

1010
但是其实3、4、5这三种都属于订阅模型,只不过进行路由的方式不同。
11+
1112
![在这里插入图片描述](https://img-blog.csdnimg.cn/201904211443428.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzM4NzYyMjM3,size_16,color_FFFFFF,t_70)
13+
1214
## 准备工作
1315
**相关软件的安装**
1416

15-
RabbitMQ官方教程http://www.rabbitmq.com/getstarted.html
16-
RabbitMQ官网下载地址http://www.rabbitmq.com/download.html
17-
Erlang下载地址http://www.erlang.org/download.html
18-
RabbitMQ五种消息模型介绍https://blog.csdn.net/qq_38762237/article/details/89416444
17+
[RabbitMQ官方教程](http://www.rabbitmq.com/getstarted.html)
18+
[RabbitMQ官网下载地址](http://www.rabbitmq.com/download.html)
19+
[Erlang下载地址](http://www.erlang.org/download.html)
20+
[RabbitMQ五种消息模型介绍](https://blog.csdn.net/qq_38762237/article/details/89416444)
1921

2022
或者群文件夹下载,QQ群:957406675
2123

@@ -271,4 +273,4 @@ public class TopicListener {
271273
System.out.println("TopicListener Student 接收到消息:" + msg);
272274
}
273275
}
274-
```
276+
```

0 commit comments

Comments
 (0)