Skip to content

Apache RocketMQ 源码注释,包含消息存储、消息发送、消息消费、消息过滤、顺序消息、延迟消息、事务消息、主从同步等方面实现原理解析

License

Notifications You must be signed in to change notification settings

bigcoder84/rocketmq

 
 

Repository files navigation

Apache RocketMQ Build Status Coverage Status

Maven Central GitHub release License

Apache RocketMQ is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability.

It offers a variety of features:

  • Pub/Sub messaging model
  • Scheduled message delivery
  • Message retroactivity by time or offset
  • Log hub for streaming
  • Big data integration
  • Reliable FIFO and strict ordered messaging in the same queue
  • Efficient pull&push consumption model
  • Million-level message accumulation capacity in a single queue
  • Multiple messaging protocols like JMS and OpenMessaging
  • Flexible distributed scale-out deployment architecture
  • Lightning-fast batch message exchange system
  • Various message filter mechanics such as SQL and Tag
  • Docker images for isolated testing and cloud isolated clusters
  • Feature-rich administrative dashboard for configuration, metrics and monitoring

Learn it & Contact us


Apache RocketMQ Community


Contributing

We always welcome new contributions, whether for trivial cleanups, big new features or other material rewards, more details see here


License

Apache License, Version 2.0 Copyright (C) Apache Software Foundation

About

Apache RocketMQ 源码注释,包含消息存储、消息发送、消息消费、消息过滤、顺序消息、延迟消息、事务消息、主从同步等方面实现原理解析

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.8%
  • Other 1.2%