This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new c5734b9  Updated Home (markdown)
c5734b9 is described below

commit c5734b9e0ca7ad75a069fbbf374180fe6bb39605
Author: rongtong <[email protected]>
AuthorDate: Fri Feb 21 12:08:26 2020 +0800

    Updated Home (markdown)
---
 Home.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Home.md b/Home.md
index ddeda01..e1c7561 100644
--- a/Home.md
+++ b/Home.md
@@ -7,16 +7,16 @@ This project aims to help developers quickly integrate 
[RocketMQ](http://rocketm
 - [x] Send messages synchronously
 - [x] Send messages asynchronously
 - [x] Send messages in one-way mode
-- [x] Send messages orderly
-- [x] Send messages in batch
+- [x] Send ordered messages
+- [x] Send batched messages
 - [x] Send transactional messages
 - [x] Send scheduled messages with delay level
 - [x] Consume messages with concurrently mode (broadcasting/clustering)
-- [x] Consume messages with orderly mode
-- [x] Support message filter with tag and sql
-- [x] Support message tracing capability
-- [x] Authentication and authorisation
-- [x] request-reply message exchange pattern
+- [x] Consume ordered messages
+- [x] Filter messages using the tag or sql92 expression
+- [x] Suport message tracing
+- [x] Support authentication and authorization
+- [x] Support request-reply message exchange pattern
 
 ## Prerequisites
 - JDK 1.8 and above

Reply via email to