Product Advantages
Accumulated Concurrency
Hundred million of messages can be accumulated with little impact on queue performance. Users can expand the number of queues to improve the concurrency capabilities of the system.
Flexibility and Timeliness
The queue processing capacity can be automatically scaled on demand and messages can be delivered in milliseconds, guaranteeing instant messaging.
High Availability
Cluster nodes work in master-slave modes to realize automatic failover upon failure. The message persistence capability can meet the requirements of multi-replica redundancy and message data can be automatically deleted.
O&M Management
Multi-dimensional metric monitoring (at the queue level), message query, message backtracking, and automatic message deletion upon expiration are supported.
Scenarios
- Asynchronous communication of the distributed system
- Data synchronization and exchange
- In stand-alone use, business processes are coupled so that the system responds slowly to user requests. We can decouple the system by splitting the system into subsystems and using message queues as asynchronous communication channels between these subsystems to improve the responsiveness of the entire system.
- 1)The system is decoupled in a distributed manner and processed in parallel, improving the responsiveness of the system to user requests.
- 2)The systems communicate with each other through message queues to avoid mutual coupling and influence.
- 3)Message queues can accumulate hundred million of messages, helping the system easily cope with rush hours.
More Resource
Support AMQP protocol, compatible with RabbitMQ ecosystem
Message-oriented middleware service featuring high throughput and high availability