We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8706e0 commit b1cbb33Copy full SHA for b1cbb33
计算机网络与数据通信/rabbitmq.md
@@ -133,7 +133,7 @@ direct 类型常用在处理有优先级的任务,根据任务的优先级把
133
- 路由键为 “com.hidden.client” 的消息只会路由到 Queue2 中;
134
- 路由键为 “com.hidden.demo” 的消息只会路由到 Queue2 中;
135
- 路由键为 “java.rabbitmq.demo” 的消息只会路由到Queuel中;
136
-- 路由键为 “java.util、concurrent” 的消息将会被丢弃或者返回给生产者(需要设置 mandatory 参数),因为它没有匹配任何路由键。
+- 路由键为 “java.util.concurrent” 的消息将会被丢弃或者返回给生产者(需要设置 mandatory 参数),因为它没有匹配任何路由键。
137
138
##### ④ headers(不推荐)
139
0 commit comments