Skip to content

Commit

Permalink
修改说明文件
Browse files Browse the repository at this point in the history
  • Loading branch information
kuangye098 committed Feb 21, 2017
1 parent 04d51a0 commit 4e8c6b7
Showing 1 changed file with 1 addition and 47 deletions.
48 changes: 1 addition & 47 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,5 @@
## RocketMQ -- Alibaba's MQ [![Build Status](https://travis-ci.org/alibaba/RocketMQ.svg?branch=master)](https://travis-ci.org/alibaba/RocketMQ)
[![Maven Central](https://img.shields.io/badge/maven--center-stable--version-green.svg)](http://search.maven.org/#search%7Cga%7C1%7Ccom.alibaba.rocketmq)
[![GitHub release](https://img.shields.io/badge/release-download-orange.svg)](https://github.com/alibaba/RocketMQ/releases)
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
## MyRocketMQ -- 源于阿里巴巴消息中间件——RocketMQ,修正了一些bug,添加了完整的事务消息支持。

**RocketMQ is a fast, 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,HTTP2 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 [![Cloud Charge](https://img.shields.io/badge/cloud-charge-red.svg)](https://www.aliyun.com/product/ons/?spm=5176.7960203.237031.135.67OdNO)
* Message full-link tracking [![Cloud Charge] (https://img.shields.io/badge/cloud-charge-red.svg)](https://www.aliyun.com/product/ons/?spm=5176.7960203.237031.135.67OdNO)
* Producer transaction message,making producer and local database transaction in one atomic operation [![Cloud Charge](https://img.shields.io/badge/cloud-charge-red.svg)](https://www.aliyun.com/product/ons/?spm=5176.7960203.237031.135.67OdNO)
* Message Schedule delivery,similar JMS2 spec's delivery delay [![Cloud Charge] (https://img.shields.io/badge/cloud-charge-red.svg)](https://www.aliyun.com/product/ons/?spm=5176.7960203.237031.135.67OdNO)

----------

## Learn it & Contact us
* Homepage: <https://github.com/alibaba/RocketMQ>
* Mailing list: <https://groups.google.com/forum/?hl=en#!forum/rocketmq>
* Documentation: <https://github.com/alibaba/RocketMQ/wiki>
* Wiki: <https://github.com/alibaba/RocketMQ/wiki>
* Issues: <https://github.com/alibaba/RocketMQ/issues>
* [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/alibaba/RocketMQ?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)


----------

## How can I develop with RocketMQ?
* [Download the latest release package](https://github.com/alibaba/RocketMQ/releases)
* [Get the latest document & Who using RocketMQ](https://github.com/alibaba/RocketMQ/issues/1)
* [`Using RocketMQ in Aliyun`](http://www.aliyun.com/product/ons)
* [`Docker images`](https://registry.hub.docker.com/u/vongosling/rocketmq/)
* [Integrate with Alibaba JStorm](https://github.com/alibaba/jstorm)
* [Integrate with Alibaba Canal](https://github.com/alibaba/canal)
* [RocketMQ Community Projects](https://github.com/rocketmq)


----------

## Contributing
We are always very happy to have contributions, whether for trivial cleanups,big new features or other material rewards. more details see [here](https://github.com/alibaba/RocketMQ/wiki/How-to-donate)

----------
## License
Expand Down

0 comments on commit 4e8c6b7

Please sign in to comment.