File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/system-design/data-communication Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ direct 类型常用在处理有优先级的任务,根据任务的优先级把
123123
124124- RoutingKey 为一个点号“.”分隔的字符串(被点号“.”分隔开的每一段独立的字符串称为一个单词),如 “com.rabbitmq.client”、“java.util.concurrent”、“com.hidden.client”;
125125- BindingKey 和 RoutingKey 一样也是点号“.”分隔的字符串;
126- - BindingKey 中可以存在两种特殊字符串“* ”和“#”,用于做模糊匹配,其中“. ”用于匹配一个单词,“#”用于匹配多个单词(可以是零个)。
126+ - BindingKey 中可以存在两种特殊字符串“* ”和“#”,用于做模糊匹配,其中“* ”用于匹配一个单词,“#”用于匹配多个单词(可以是零个)。
127127
128128![ topic 类型交换器] ( http://my-blog-to-use.oss-cn-beijing.aliyuncs.com/18-12-16/73843.jpg )
129129
@@ -177,7 +177,7 @@ erlang 官网下载:[http://www.erlang.org/downloads](http://www.erlang.org/do
177177
178178``` shell
179179[root@SnailClimb local]# yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel unixODBC-devel
180- ```
180+ ```
181181
182182** 5 进入erlang 安装包解压文件对 erlang 进行安装环境的配置**
183183
You can’t perform that action at this time.
0 commit comments