[ROCKETMQ-218] Polish README.md, closes apache/incubator-rocketmq#113
Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/c4a3e0c1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/c4a3e0c1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/c4a3e0c1 Branch: refs/heads/release-4.1.0-incubating Commit: c4a3e0c1325e67aec76aa94e9ade3a6ea1b682d2 Parents: f45a1bc Author: zhoudiqiu <[email protected]> Authored: Thu Jun 8 11:29:33 2017 +0800 Committer: yukon <[email protected]> Committed: Thu Jun 8 11:29:33 2017 +0800 ---------------------------------------------------------------------- README.md | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/c4a3e0c1/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 7a9abb1..ab0a865 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,25 @@ [](https://github.org/apache/rocketmqreleases) [](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.** +**[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 -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 ---------- @@ -29,13 +36,12 @@ It offers a variety of features as follows: ---------- ## 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) +We always welcome new contributions, whether for trivial cleanups, big new features or other material rewards. more details see [here](CONTRIBUTING.md) ---------- ## License
