This is an automated email from the ASF dual-hosted git repository. lizhanhui pushed a commit to branch cpp_polish_readme in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
commit e49d8142c5508ddcf87b8e4ab1074073bfa8db96 Author: Li Zhanhui <[email protected]> AuthorDate: Thu Jul 21 10:01:45 2022 +0800 Polish README.md --- cpp/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cpp/README.md b/cpp/README.md index 8d79caf..fc59382 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -62,7 +62,9 @@ if "com_google_googletest" not in native.existing_rules(): ### Run Examples - From the workspace, + All follow-up command should run from the workspace directory. + +#### Publish messages to broker servers Publish standard messages to your topic synchronously ``` @@ -97,8 +99,8 @@ if "com_google_googletest" not in native.existing_rules(): where `1024` are in bytes - ------------ - +#### Subscribe messages from broker servers + Consume messages through Message Listener ```
