We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6798a05 commit 0f960e3Copy full SHA for 0f960e3
docs/high-performance/message-queue/rabbitmq-questions.md
@@ -130,7 +130,7 @@ RabbitMQ 常用的 Exchange Type 有 **fanout**、**direct**、**topic**、**hea
130
131
**示例**:
132
133
-- 路由键为 `"com.rabbitmq.client"` 的消息会同时路由到绑定 `"*.rabbitmq.*"` 和 `"*.client.#"` 的队列
+- 路由键为 `"com.rabbitmq.client"` 的消息会同时路由到绑定 `"*.rabbitmq.*"` 和 `"#.client.#"` 的队列
134
- 路由键为 `"order.china.beijing"` 的消息会路由到绑定 `"order.china.*"` 的队列
135
136
**4、headers(不推荐)**
0 commit comments