README.md 2.5 KB
Newer Older
Y
yukon 已提交
1
## 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)
2
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.rocketmq/rocketmq-all/badge.svg)](http://search.maven.org/#search%7Cga%7C1%7Corg.apache.rocketmq)
D
dongeforever 已提交
3
[![GitHub release](https://img.shields.io/badge/release-download-orange.svg)](https://rocketmq.apache.org/dowloading/releases)
4 5
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
**[Apache RocketMQ](https://rocketmq.incubator.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
* 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
24 25 26 27 28


----------

## Learn it & Contact us
29
* Mailing Lists: <https://rocketmq.incubator.apache.org/about/contact/>
30
* Home: <https://rocketmq.incubator.apache.org>
31
* Docs: <https://rocketmq.incubator.apache.org/docs/quick-start/>
V
vongosling 已提交
32
* Issues: <https://issues.apache.org/jira/browse/RocketMQ>
33
* Ask: <https://stackoverflow.com/questions/tagged/rocketmq>
34 35 36 37
 

----------

Y
yukon 已提交
38
## Apache RocketMQ Community
39
* [RocketMQ Community Projects](https://github.com/apache/incubator-rocketmq-externals)
40 41 42 43

----------

## Contributing
Y
yukon 已提交
44
We always welcome new contributions, whether for trivial cleanups, big new features or other material rewards, more details see [here](http://rocketmq.apache.org/docs/how-to-contribute/) 
45 46 47
 
----------
## License
J
Justin Mclean 已提交
48
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) Copyright (C) Apache Software Foundation