当前位置:网站首页>Technical Selection of Message Queuing
Technical Selection of Message Queuing
2022-08-02 16:04:00 【zhangyu】
Message Queuing Enterprise Application Scenario Analysis
- Message Queue: A container for storing messages during message transmission. Producers and consumers do not communicate directly, relying on queues to ensure message reliability and avoid mutual influence between systems.
- Major roles of message queue: server, client
- The main functions of message queues: business decoupling, asynchronous calls, traffic peak shaving
- Advantages of decoupling: improve system stability, avoid multiple calls by broadcasting messages, and asynchronously process through message queues for scenarios where you don't need to pay attention to call results
Comparative analysis of message queue selection, why use RocketMQ
| feature comparison | Maturity | Sequence Message | Delayed message | Transaction message | Message filtering | Message query | Consumption failure retry | Batch send |
|---|---|---|---|---|---|---|---|---|
| kafka | Log Field | Support | Not supported | Not supported | Support | Not supported | Not supported | Support |
| RabbitMQ | Mature | Support | Not supported | Not supported | Not supported | Not supported | Support | Not supported |
| RocketMQ | Mature | Support | Specific LV | Support | Support | Support | Support | Not supported |
| Utility | Deployment method | Cluster Management | Select the main method | Master-slave switch | Data reliability | Performance | Availability | Stackability |
|---|---|---|---|---|---|---|---|---|
| kafka | Clusters | Zookeeper | Automatic elections | Auto switch | High | Very high | Distributed, master-slave | Very good |
| RabbitMQ | Clusters | Erlang native support | The oldest joined node | Auto switch | High | in | Master-Slave | General |
| RocketMQ | Clusters | Name Server | Not supported | Auto switching is not supported | High | High | Distributed, master-slave | Very good |
- Kafka: a data stream channel between systems
- RabbitMQ: Reliable Messaging
- RocketMQ: High-performance reliable messaging
Analysis of MQ High Availability and High Expansion Solutions
- RocketMQ Architecture
- Broker master-slave deployment, its own information is registered in NameServer
- Client gets broker information from NameServer
- NameServer nodes are independent of each other, no data interaction
- Reliability Analysis
- Sync Flash: low performance, high reliability
- Asynchronous flushing: high performance, low reliability

- Asynchronous replication
- Sync Double Write
- Usability Analysis
- Master-slave mode Master is down: Broker is readable but not writable
- How to build a cluster
- Single Master Mode
- Multi-Master Mode
- Multi-Master Multi-Slave Mode-Asynchronous Replication
- Multi-Master Multi-Slave Mode-Synchronous Double Write
Analysis of MQ service registration and discovery principles
- Registry Center—NameServer Design
- Service registration: Broker registers itself with information
- Service Discovery: Procucer/Consumer Find Broker Information
- Registry Center—NameServer Design Advantages
- Design goals are simple and efficient
- High availability solution: multiple nodes independent of each other
- Data Storage Design
- Cluster-
- Broker1 -
- Topic-
- Broker-heartbeat
- Cluster-
边栏推荐
猜你喜欢

net start mysql 服务名无效。

仿真结果的格式&定制

Priority table and Ascll table

Evaluation multipath weswood congestion control on ns3

双链表(普通迭代器和常性迭代器)

JCMsuite应用:四分之一波片

Class template/assignment operations and add operations

audio console无法连接到RPC服务

Apache ShardingSphere 5.1.2 发布|全新驱动 API + 云原生部署,打造高性能数据网关...

implement tcp bbr on ns3 (在ns3上实现TCP BBR)
随机推荐
优先级表和Ascll表
Manifest merger failed : Attribute [email protected] value=
lua编程
"Array" look-up table method (leap year)
Google AdSense注册流程
2021-06-06
CDH (computational Diffie-Hellman) problem and its differences with discrete logarithm and DDH problems
嵌入式学习硬件篇------初识ARM
极简式 Unity 获取 bilibili 直播弹幕、SC、上舰、礼物等 插件
创建系统还原点及恢复
LITESTAR 4D应用:室内植物照明模拟
代码细节带来的极致体验,ShardingSphere 5.1.0 性能提升密钥
Unity中事件的3种实现方法
【进程间通信】消息队列
戴森球计划这个游戏牛逼
双链表(普通迭代器和常性迭代器)
2. Log out, log in state examination, verification code
计算机导论——数据库
Unity-存档与读档
从FAST TCP到POWERTCP