Skip to content

Commit ccf963b

Browse files
committed
[docs delete]移除消息队列的一些文章
1 parent 9916093 commit ccf963b

File tree

8 files changed

+506
-926
lines changed

8 files changed

+506
-926
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ JVM 这部分内容主要参考 [JVM 虚拟机规范-Java8 ](https://docs.oracle
384384

385385
消息队列在分布式系统中主要是为了解耦和削峰。相关阅读: [消息队列常见问题总结](./docs/high-performance/message-queue/message-queue.md)
386386

387-
- **RabbitMQ** : [RabbitMQ 基础知识总结](./docs/high-performance/message-queue/rabbitmq-intro.md)[RabbitMQ 常见面试题](./docs/high-performance/message-queue/rabbitmq-questions.md)
388-
- **RocketMQ** : [RocketMQ 基础知识总结](./docs/high-performance/message-queue/rocketmq-intro.md)[RocketMQ 常见面试题总结](./docs/high-performance/message-queue/rocketmq-questions.md)
389-
- **Kafka**[Kafka 常见问题总结](./docs/high-performance/message-queue/kafka-questions-01.md)
387+
- [RabbitMQ 常见面试题](./docs/high-performance/message-queue/rabbitmq-questions.md)
388+
- [RocketMQ 常见面试题总结](./docs/high-performance/message-queue/rocketmq-questions.md)
389+
- [Kafka 常见问题总结](./docs/high-performance/message-queue/kafka-questions-01.md)
390390

391391
## 高可用
392392

docs/.vuepress/sidebar/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,7 @@ export default sidebar({
504504
children: [
505505
"message-queue",
506506
"kafka-questions-01",
507-
"rocketmq-intro",
508507
"rocketmq-questions",
509-
"rabbitmq-intro",
510508
"rabbitmq-questions",
511509
],
512510
},

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

-312
This file was deleted.

0 commit comments

Comments
 (0)