Skip to content

Commit b1cbb33

Browse files
authored
Update rabbitmq.md
1 parent d8706e0 commit b1cbb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

计算机网络与数据通信/rabbitmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ direct 类型常用在处理有优先级的任务,根据任务的优先级把
133133
- 路由键为 “com.hidden.client” 的消息只会路由到 Queue2 中;
134134
- 路由键为 “com.hidden.demo” 的消息只会路由到 Queue2 中;
135135
- 路由键为 “java.rabbitmq.demo” 的消息只会路由到Queuel中;
136-
- 路由键为 “java.utilconcurrent” 的消息将会被丢弃或者返回给生产者(需要设置 mandatory 参数),因为它没有匹配任何路由键。
136+
- 路由键为 “java.util.concurrent” 的消息将会被丢弃或者返回给生产者(需要设置 mandatory 参数),因为它没有匹配任何路由键。
137137

138138
##### ④ headers(不推荐)
139139

0 commit comments

Comments
 (0)