This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new 1c75f23 Update readme file according to the new features in the
latest release version. (#893)
1c75f23 is described below
commit 1c75f2388f8137a30e3c2cdfb14c5c65b8c20e07
Author: dinglei <[email protected]>
AuthorDate: Wed Aug 17 19:07:07 2022 +0800
Update readme file according to the new features in the latest release
version. (#893)
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index 9373a3b..33a8d9d 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,13 @@ For 2.X version, it supports:
* sending message in synchronous mode
* sending message in asynchronous mode
* sending message in oneway mode
+* sending message in batch mode
* sending orderly messages
+* sending delay messages
+* sending transaction messages
* consuming message using push model
+* consuming message using pull model
+* consuming message using broadcast model
* message tracing for pub and sub messages
* ACL for producers and consumers
* requset-reply model