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 low latency, reliable, scalable, easy to use message oriented middleware born from alibaba massive messaging business.

It offers a variety of features as follows:

  • Pub/Sub and P2P messaging model
  • Reliable FIFO and strict sequential messaging in the same queue
  • Long pull queue model,also support push consumption style
  • Million message accumulation ability in single queue
  • Over a variety of messaging protocols.such as JMS,MQTT etc.
  • Distributed high available deploy architecture, meets at least once message delivery semantics
  • 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 are always very happy to have 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%