README.md 2.4 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 3
[![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)
4 5
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

Y
yukon 已提交
6
**[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.**
7 8 9 10 11 12 13

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
V
vongosling 已提交
14
* Over a variety of messaging protocols.such as JMS,MQTT etc.
15 16
* Distributed high available deploy architecture, meets at least once message delivery semantics
* Docker images for isolated testing and cloud Isolated clusters
17
* Feature-rich administrative dashboard for configuration,metrics and monitoring
18 19 20 21

----------

## Learn it & Contact us
Y
yukon 已提交
22
* Mailing Lists: <http://rocketmq.incubator.apache.org/about/contact/>
23
* Home: <https://rocketmq.incubator.apache.org>
V
vongosling 已提交
24 25
* Wiki: <https://cwiki.apache.org/confluence/display/ROCKETMQ/Apache+RocketMQ+Home>
* Issues: <https://issues.apache.org/jira/browse/RocketMQ>
26 27 28 29 30
* Ask: <http://stackoverflow.com/questions/tagged/rocketmq> or <https://www.quora.com/topic/RocketMQ>
 

----------

Y
yukon 已提交
31
## Apache RocketMQ Community
32 33
* [RocketMQ Community Incubator Projects](https://github.com/rocketmq)
* [RocketMQ Community Projects](https://github.com/apache/incubator-rocketmq-externals)
34 35 36 37

----------

## Contributing
V
vongosling 已提交
38
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) 
39 40 41
 
----------
## License
J
Justin Mclean 已提交
42
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) Copyright (C) Apache Software Foundation