From eef1a519a8b0ead793128909f888f5947e8bbd17 Mon Sep 17 00:00:00 2001 From: forsweet Date: Wed, 6 Mar 2019 11:55:23 +0800 Subject: [PATCH] =?UTF-8?q?fix=20topic=E7=B1=BB=E5=9E=8B=E9=80=9A=E9=85=8D?= =?UTF-8?q?=E7=AC=A6=E5=8F=B7=E8=AF=B4=E6=98=8E=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 计算机网络与数据通信/rabbitmq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/计算机网络与数据通信/rabbitmq.md b/计算机网络与数据通信/rabbitmq.md index 7b1508f4..1ac6504c 100644 --- a/计算机网络与数据通信/rabbitmq.md +++ b/计算机网络与数据通信/rabbitmq.md @@ -123,7 +123,7 @@ direct 类型常用在处理有优先级的任务,根据任务的优先级把 - RoutingKey 为一个点号“.”分隔的字符串(被点号“.”分隔开的每一段独立的字符串称为一个单词),如 “com.rabbitmq.client”、“java.util.concurrent”、“com.hidden.client”; - BindingKey 和 RoutingKey 一样也是点号“.”分隔的字符串; -- BindingKey 中可以存在两种特殊字符串“*”和“#”,用于做模糊匹配,其中“#”用于匹配一个单词,“#”用于匹配多规格单词(可以是零个)。 +- BindingKey 中可以存在两种特殊字符串“*”和“#”,用于做模糊匹配,其中“.”用于匹配一个单词,“#”用于匹配多个单词(可以是零个)。 ![topic 类型交换器](http://my-blog-to-use.oss-cn-beijing.aliyuncs.com/18-12-16/73843.jpg)