1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #2532 from Donnie518/main

修改技术栈拼写错误
This commit is contained in:
Guide 2024-11-16 20:43:01 +08:00 committed by GitHub
commit e6f9dae8ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,7 +196,7 @@ icon: "xitongsheji"
**分布式队列**
- [RocketMQ](https://github.com/apache/rocketmq "RocketMQ"):阿里巴巴开源的一款高性能、高吞吐量的分布式消息中间件。
- [Kafaka](https://github.com/apache/kafka "Kafaka"): Kafka 是一种分布式的,基于发布 / 订阅的消息系统。
- [Kafka](https://github.com/apache/kafka "Kafka"): Kafka 是一种分布式的,基于发布 / 订阅的消息系统。
- [RabbitMQ](https://github.com/rabbitmq "RabbitMQ") :由 erlang 开发的基于 AMQPAdvanced Message Queue 高级消息队列协议)协议实现的消息队列。
**内存队列**