# incubator-rocketmq **Repository Path**: lu_yang/incubator-rocketmq ## Basic Information - **Project Name**: incubator-rocketmq - **Description**: 带中文代码注释 Mirror of Apache RocketMQ 源码解析:http://www.iocoder.cn/categories/RocketMQ/?github - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-02-12 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 个人博客 [http://www.iocoder.cn](http://www.iocoder.cn/?github) ------- ![](http://www.iocoder.cn/images/common/wechat_mp.jpeg) > 🙂🙂🙂关注**微信公众号:【芋艿的后端小屋】**有福利: > 1. RocketMQ / MyCAT / Sharding-JDBC **所有**源码分析文章列表 > 2. RocketMQ / MyCAT / Sharding-JDBC **中文注释源码 GitHub 地址** > 3. 您对于源码的疑问每条留言**都**将得到**认真**回复。**甚至不知道如何读源码也可以请教噢**。 > 4. **新的**源码解析文章**实时**收到通知。**每周更新一篇左右**。 ------- * 知识星球:![知识星球](http://www.iocoder.cn/images/Architecture/2017_12_29/01.png) * 队列中间件 **RocketMQ** * [《分布式消息队列 RocketMQ 源码分析 —— 为什么阅读 RocketMQ 源码?》](http://www.iocoder.cn/RocketMQ/why-read-RocketMQ-source-code?github&1601) * [《分布式消息队列 RocketMQ 之 Namesrv 小结》](http://www.iocoder.cn/RocketMQ/namesrv-intro?github&1601) * [《分布式消息队列 RocketMQ 源码分析 —— Topic》](http://www.iocoder.cn/RocketMQ/topic?github&1601) * [《分布式消息队列 RocketMQ 源码分析 —— Message》](http://www.iocoder.cn/RocketMQ/message?github&1601) * [《分布式消息队列 RocketMQ 源码分析 —— Message 发送与接收》](http://www.iocoder.cn/RocketMQ/message-send-and-receive?github&1601) * [《分布式消息队列 RocketMQ 源码分析 —— Message 存储》](http://www.iocoder.cn/RocketMQ/message-store?github&1601) * [《分布式消息队列 RocketMQ 源码分析 —— Message 拉取与消费(上)》](http://www.iocoder.cn/RocketMQ/message-pull-and-consume-first?github&1601) * [《分布式消息队列 RocketMQ 源码分析 —— Message 拉取与消费(下)》](http://www.iocoder.cn/RocketMQ/message-pull-and-consume-second?github&1601) * [《分布式消息队列 RocketMQ 源码分析 —— Store 初始化与关闭》](http://www.iocoder.cn/RocketMQ/store-init-and-shutdown?github&1601) * [《分布式消息队列 RocketMQ 源码分析 —— Message 顺序发送与消费》](http://www.iocoder.cn/RocketMQ/message-send-and-consume-orderly?github&1601) * [《分布式消息队列 RocketMQ 源码分析 —— 高可用》](http://www.iocoder.cn/RocketMQ/high-availability?github&1601) * [《分布式消息队列 RocketMQ 源码分析 —— 定时消息与消息重试》](http://www.iocoder.cn/RocketMQ/message-schedule-and-retry?github&1601) * [《分布式消息队列 RocketMQ 源码分析 —— Filtersrv》](http://www.iocoder.cn/RocketMQ/filtersrv?github&1601) * [《分布式消息队列 RocketMQ 源码分析 —— 事务消息》](http://www.iocoder.cn/RocketMQ/message-transaction?github&1601) ## Apache RocketMQ [![Build Status](https://travis-ci.org/apache/incubator-rocketmq.svg?branch=master)](https://travis-ci.org/apache/incubator-rocketmq) [![Coverage Status](https://coveralls.io/repos/github/apache/incubator-rocketmq/badge.svg?branch=master)](https://coveralls.io/github/apache/incubator-rocketmq?branch=master) [![Maven Central](https://img.shields.io/badge/maven--center-stable--version-green.svg)](http://search.maven.org/#search%7Cga%7C1%7Corg.apache.rocketmq) [![GitHub release](https://img.shields.io/badge/release-download-orange.svg)](https://github.org/apache/rocketmqreleases) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) **[Apache RocketMQ](https://rocketmq.incubator.apache.org) 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 * Mailing Lists: * Home: * Wiki: * Issues: * Ask: or ---------- ## Apache RocketMQ Community * [RocketMQ Community Incubator Projects](https://github.com/rocketmq) * [RocketMQ Community Projects](https://github.com/apache/incubator-rocketmq-externals) ---------- ## Contributing We are always very happy to have contributions, whether for trivial cleanups,big new features or other material rewards. more details see [here](CONTRIBUTING.md) ---------- ## License [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) Copyright (C) Apache Software Foundation