Skip to content

Commit a744f6a

Browse files
authored
Merge pull request #2798 from UserXSX/main
fix: 修正路由示例错误
2 parents 7d311a5 + 0f960e3 commit a744f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/high-performance/message-queue/rabbitmq-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ RabbitMQ 常用的 Exchange Type 有 **fanout**、**direct**、**topic**、**hea
130130

131131
**示例**
132132

133-
- 路由键为 `"com.rabbitmq.client"` 的消息会同时路由到绑定 `"*.rabbitmq.*"``"*.client.#"` 的队列
133+
- 路由键为 `"com.rabbitmq.client"` 的消息会同时路由到绑定 `"*.rabbitmq.*"``"#.client.#"` 的队列
134134
- 路由键为 `"order.china.beijing"` 的消息会路由到绑定 `"order.china.*"` 的队列
135135

136136
**4、headers(不推荐)**

0 commit comments

Comments
 (0)