# rocketmq-all
**Repository Path**: fdgsdajgl/rocketmq-all
## Basic Information
- **Project Name**: rocketmq-all
- **Description**: rocketmq 4.6.0 源码学习
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2022-07-25
- **Last Updated**: 2023-05-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Apache RocketMQ [](https://travis-ci.org/apache/rocketmq) [](https://coveralls.io/github/apache/rocketmq?branch=master)
[](http://search.maven.org/#search%7Cga%7C1%7Corg.apache.rocketmq)
[](https://rocketmq.apache.org/dowloading/releases)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
**[Apache RocketMQ](https://rocketmq.apache.org) 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
* Financial grade transactional message
* A variety of cross language clients, such as Java, C/C++, Python, Go
* Pluggable transport protocols, such as TCP, SSL, AIO
* Inbuilt message tracing capability, also support opentracing
* Versatile big-data and streaming ecosytem integration
* Message retroactivity by time or offset
* 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
* Authentication and authorisation
----------
## Learn it & Contact us
* Mailing Lists:
* Home:
* Docs:
* Issues:
* Rips:
* Ask:
* Slack:
----------
## Apache RocketMQ Community
* [RocketMQ Community Projects](https://github.com/apache/rocketmq-externals)
----------
## Contributing
We always welcome new contributions, whether for trivial
cleanups, [big new features](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal) or other material
rewards, more details see [here](http://rocketmq.apache.org/docs/how-to-contribute/).
----------
## License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) Copyright (C) Apache Software Foundation
----------
## Export Control Notice
This distribution includes cryptographic software. The country in which you currently reside may have
restrictions on the import, possession, use, and/or re-export to another country, of encryption software.
BEFORE using any encryption software, please check your country's laws, regulations and policies concerning
the import, possession, or use, and re-export of encryption software, to see if this is permitted. See
for more information.
The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this
software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software
using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache
Software Foundation distribution makes it eligible for export under the License Exception ENC Technology
Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for
both object code and source code.
The following provides more details on the included cryptographic software:
This software uses Apache Commons Crypto (https://commons.apache.org/proper/commons-crypto/) to
support authentication, and encryption and decryption of data sent across the network between
services.
## 部署手册 windows
https://blog.csdn.net/qq_38975553/article/details/104862610
https://www.bilibili.com/video/BV1fE411V7Ho?p=6&vd_source=58d200406795737d96538e0a90478be6 学习视频
https://www.bilibili.com/video/BV1fL4y1n7on?p=30&spm_id_from=pageDriver&vd_source=58d200406795737d96538e0a90478be6
https://www.bilibili.com/video/BV1wF411j7uJ?p=48&spm_id_from=pageDriver&vd_source=58d200406795737d96538e0a90478be6
processon图片
https://www.processon.com/view/link/5be97bc6e4b0ad314e88e4a6 Push消费流程
https://www.processon.com/view/61cbf9e1e401fd7a53889405?fromnew=1 普通消息消费详细过程
https://www.processon.com/view/5f493afc7d9c082a6ba7f76c?fromnew=1 RocketMQ消息拉取流程
https://www.processon.com/view/608cfa7de401fd1c331438d9?fromnew=1 发送消息流程
## 学习
https://www.cnblogs.com/onlyrun/p/15179424.html
https://blog.csdn.net/qq_42220174/article/details/126457361
https://blog.csdn.net/qq_21040559/category_11612584.html