Skip to content

YunaiV/incubator-rocketmq

 
 

个人博客

http://www.iocoder.cn


🙂🙂🙂关注**微信公众号:【芋艿的后端小屋】**有福利:

  1. RocketMQ / MyCAT / Sharding-JDBC 所有源码分析文章列表
  2. RocketMQ / MyCAT / Sharding-JDBC 中文注释源码 GitHub 地址
  3. 您对于源码的疑问每条留言将得到认真回复。甚至不知道如何读源码也可以请教噢
  4. 新的源码解析文章实时收到通知。每周更新一篇左右

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

Packages

No packages published

Languages

  • Java 99.0%
  • Shell 1.0%