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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7edf167  Latest site on successful build auto-pushed to asf-site
7edf167 is described below

commit 7edf167e05bbd3ab0f3d2d5771edd1bbc10b0591
Author: github-action <[email protected]>
AuthorDate: Sun Mar 6 14:02:11 2022 +0000

    Latest site on successful build auto-pushed to asf-site
---
 _docs/01-quick-start-guide.md                   | 10 ++--
 _docs/10-download-releases.md                   | 11 +++-
 _docs/18-simple-example.md                      |  4 +-
 _pages/community.md                             |  2 +-
 _pages/users.md                                 |  2 +-
 content/about/contact/index.html                |  2 +-
 content/about/origin/index.html                 |  2 +-
 content/about/rewards/index.html                |  2 +-
 content/about/team/index.html                   |  2 +-
 content/archive-layout-with-content/index.html  |  6 +--
 content/community/index.html                    | 10 ++--
 content/docs/batch-example/index.html           |  2 +-
 content/docs/best-practice-broker/index.html    |  2 +-
 content/docs/best-practice-consumer/index.html  |  2 +-
 content/docs/best-practice-namesvr/index.html   |  2 +-
 content/docs/best-practice-producer/index.html  |  2 +-
 content/docs/broadcast-example/index.html       |  2 +-
 content/docs/cli-admin-tool/index.html          |  2 +-
 content/docs/cluster-deployment/index.html      |  2 +-
 content/docs/code-guidelines/index.html         |  2 +-
 content/docs/core-concept/index.html            |  2 +-
 content/docs/create-pull-request/index.html     |  2 +-
 content/docs/documentation/index.html           |  2 +-
 content/docs/faq/index.html                     |  2 +-
 content/docs/filter-by-sql92-example/index.html |  2 +-
 content/docs/how-to-contribute/index.html       |  2 +-
 content/docs/logappender-example/index.html     |  2 +-
 content/docs/motivation/index.html              |  2 +-
 content/docs/openmessaging-example/index.html   |  2 +-
 content/docs/order-example/index.html           |  2 +-
 content/docs/pull-request/index.html            |  2 +-
 content/docs/quick-start/index.html             | 12 ++---
 content/docs/release-manual.html                |  2 +-
 content/docs/rmq-arc/index.html                 |  2 +-
 content/docs/rmq-deployment/index.html          |  2 +-
 content/docs/roadmap/index.html                 |  2 +-
 content/docs/schedule-example/index.html        |  2 +-
 content/docs/simple-example/index.html          |  6 +--
 content/docs/system-config/index.html           |  2 +-
 content/docs/transaction-example/index.html     |  2 +-
 content/dowloading/releases/index.html          | 13 ++++-
 content/feed.xml                                |  2 +-
 content/index.html                              | 10 ++--
 content/sitemap.xml                             | 72 ++++++++++++-------------
 content/users/index.html                        | 10 ++--
 home.md                                         |  2 +-
 46 files changed, 126 insertions(+), 108 deletions(-)

diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md
index 837cc94..bb2184e 100644
--- a/_docs/01-quick-start-guide.md
+++ b/_docs/01-quick-start-guide.md
@@ -24,15 +24,15 @@ More Details:
 
 # Download & Build from Release
 
-Click 
[here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.2/rocketmq-all-4.9.2-source-release.zip)
 to download the 4.9.2 source release. Also you could download a binary release 
from 
[here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip).
+Click 
[here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip)
 to download the 4.9.3 source release. Also you could download a binary release 
from 
[here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip).
 
-Now execute the following commands to unpack 4.9.2 source release and build 
the binary artifact.
+Now execute the following commands to unpack 4.9.3 source release and build 
the binary artifact.
 
 ```shell
-  > unzip rocketmq-all-4.9.2-source-release.zip
-  > cd rocketmq-all-4.9.2/
+  > unzip rocketmq-all-4.9.3-source-release.zip
+  > cd rocketmq-all-4.9.3/
   > mvn -Prelease-all -DskipTests clean install -U
-  > cd distribution/target/rocketmq-4.9.2/rocketmq-4.9.2
+  > cd distribution/target/rocketmq-4.9.3/rocketmq-4.9.3
 ```
 # Linux 
  
diff --git a/_docs/10-download-releases.md b/_docs/10-download-releases.md
index 42f0c03..c51ba61 100644
--- a/_docs/10-download-releases.md
+++ b/_docs/10-download-releases.md
@@ -27,7 +27,16 @@ The table below shows the supported jre environment for 
components of each relea
 
 # Download links
 
-Use the links below to download the Apache RocketMQ Releases, the latest 
release is 4.9.2.
+Use the links below to download the Apache RocketMQ Releases, the latest 
release is 4.9.3.
+
+
+## 4.9.3 release
+
+* Released March 4, 2022
+* [Release Notes](/release_notes/release-notes-4.9.3)
+* Source: 
[rocketmq-all-4.9.3-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip)
 
[[PGP](https://www.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip.asc)]
 
[[SHA512](https://www.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip.sha512)]
+* Binary: 
[rocketmq-all-4.9.3-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip)
 
[[PGP](https://www.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip.asc)]
 
[[SHA512](https://www.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip.sha512)]
+
 
 ## 4.9.2 release
 
diff --git a/_docs/18-simple-example.md b/_docs/18-simple-example.md
index 6fff754..c83e9f8 100644
--- a/_docs/18-simple-example.md
+++ b/_docs/18-simple-example.md
@@ -20,14 +20,14 @@ maven:
     <dependency>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-client</artifactId>
-        <version>4.9.2</version>
+        <version>4.9.3</version>
     </dependency>
 ```
 
 gradle:
 
 ```java
-compile 'org.apache.rocketmq:rocketmq-client:4.3.0'
+compile 'org.apache.rocketmq:rocketmq-client:4.9.3'
 ```
 
 #### 2.1 Send Messages Synchronously
diff --git a/_pages/community.md b/_pages/community.md
index e54f9ee..c4f253a 100644
--- a/_pages/community.md
+++ b/_pages/community.md
@@ -8,7 +8,7 @@ header:
   cta_label: "<i class='fa fa-rocket'></i> Getting Started"
   cta_url: "/docs/quick-start/"
   caption:
-excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data 
processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.2/">Latest release v4.9.2</a></small><br 
/><br /> {::nomarkdown}<iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/github-b [...]
+excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data 
processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.3/">Latest release v4.9.3</a></small><br 
/><br /> {::nomarkdown}<iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/github-b [...]
 ---
 {% include feature_row id="intro" type="center" %}
 
diff --git a/_pages/users.md b/_pages/users.md
index c3073f6..f6232d6 100644
--- a/_pages/users.md
+++ b/_pages/users.md
@@ -8,7 +8,7 @@ header:
   cta_label: "<i class='fa fa-rocket'></i> Getting Started"
   cta_url: "/docs/quick-start/"
   caption:
-excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data 
processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.2/">Latest release v4.9.2</a></small><br 
/><br /> {::nomarkdown}<iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/github-b [...]
+excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data 
processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.3/">Latest release v4.9.3</a></small><br 
/><br /> {::nomarkdown}<iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/github-b [...]
 feature_row:
   - image_path: /assets/images/community/alibaba-logo.png
     alt: "Alibaba Group"
diff --git a/content/about/contact/index.html b/content/about/contact/index.html
index 226ee1f..cb8ff01 100644
--- a/content/about/contact/index.html
+++ b/content/about/contact/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/about/origin/index.html b/content/about/origin/index.html
index 4645675..8d406f4 100644
--- a/content/about/origin/index.html
+++ b/content/about/origin/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/about/rewards/index.html b/content/about/rewards/index.html
index 9b44f5a..4bee9ed 100644
--- a/content/about/rewards/index.html
+++ b/content/about/rewards/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/about/team/index.html b/content/about/team/index.html
index ea059c4..5ac89c7 100644
--- a/content/about/team/index.html
+++ b/content/about/team/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/archive-layout-with-content/index.html 
b/content/archive-layout-with-content/index.html
index 2742ca2..a4fd3db 100644
--- a/content/archive-layout-with-content/index.html
+++ b/content/archive-layout-with-content/index.html
@@ -1098,7 +1098,7 @@
       
     </h2>
     
-    <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ™ 
is a unified messaging engine, lightweight data processing platform. Latest 
release v4.9.2  
+    <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ™ 
is a unified messaging engine, lightweight data processing platform. Latest 
release v4.9.3  
 </p>
   </article>
 </div>
@@ -1112,7 +1112,7 @@
       
     </h2>
     
-    <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ™ 
is a unified messaging engine, lightweight data processing platform. Latest 
release v4.9.2  
+    <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ™ 
is a unified messaging engine, lightweight data processing platform. Latest 
release v4.9.3  
 </p>
   </article>
 </div>
@@ -1152,7 +1152,7 @@
       
     </h2>
     
-    <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ™ 
is a unified messaging engine, lightweight data processing platform. Latest 
release v4.9.2  
+    <p class="archive__item-excerpt" itemprop="description">Apache RocketMQ™ 
is a unified messaging engine, lightweight data processing platform. Latest 
release v4.9.3  
 </p>
   </article>
 </div>
diff --git a/content/community/index.html b/content/community/index.html
index a645a6e..77e2ffe 100644
--- a/content/community/index.html
+++ b/content/community/index.html
@@ -18,7 +18,7 @@
 
 
 
-<meta name="description" content="Apache RocketMQ™ is a unified messaging 
engine, lightweight data processing platform. Latest release v4.9.2  ">
+<meta name="description" content="Apache RocketMQ™ is a unified messaging 
engine, lightweight data processing platform. Latest release v4.9.3  ">
 
 
 
@@ -30,13 +30,13 @@
 
 
 
-  <meta property="og:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.2  
">
+  <meta property="og:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.3  
">
 
 
 
   <meta name="twitter:site" content="@ApacheRocketMQ">
   <meta name="twitter:title" content="Apache RocketMQ">
-  <meta name="twitter:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.2  
">
+  <meta name="twitter:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.3  
">
   <meta name="twitter:url" content="">
 
   
@@ -166,7 +166,7 @@
         
       </h1>
       
-        <p class="page__lead">Apache RocketMQ™ is a unified messaging engine, 
lightweight data processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.2/">Latest release v4.9.2</a></small><br 
/><br /> <iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/gi [...]
+        <p class="page__lead">Apache RocketMQ™ is a unified messaging engine, 
lightweight data processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.3/">Latest release v4.9.3</a></small><br 
/><br /> <iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/gi [...]
 </p>
       
       
@@ -182,7 +182,7 @@
 <div id="main" role="main">
   <article class="splash" itemscope itemtype="http://schema.org/CreativeWork";>
     <meta itemprop="headline" content="Apache RocketMQ">
-    <meta itemprop="description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.2  
">
+    <meta itemprop="description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.3  
">
     
     
 
diff --git a/content/docs/batch-example/index.html 
b/content/docs/batch-example/index.html
index d9bd451..849895c 100644
--- a/content/docs/batch-example/index.html
+++ b/content/docs/batch-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/best-practice-broker/index.html 
b/content/docs/best-practice-broker/index.html
index 9c59230..5a95bcc 100644
--- a/content/docs/best-practice-broker/index.html
+++ b/content/docs/best-practice-broker/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/best-practice-consumer/index.html 
b/content/docs/best-practice-consumer/index.html
index 5e69247..f082f3b 100644
--- a/content/docs/best-practice-consumer/index.html
+++ b/content/docs/best-practice-consumer/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/best-practice-namesvr/index.html 
b/content/docs/best-practice-namesvr/index.html
index 9a9c45d..b338dca 100644
--- a/content/docs/best-practice-namesvr/index.html
+++ b/content/docs/best-practice-namesvr/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/best-practice-producer/index.html 
b/content/docs/best-practice-producer/index.html
index 1525bd3..a0c7e32 100644
--- a/content/docs/best-practice-producer/index.html
+++ b/content/docs/best-practice-producer/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/broadcast-example/index.html 
b/content/docs/broadcast-example/index.html
index e165a77..f0ac42d 100644
--- a/content/docs/broadcast-example/index.html
+++ b/content/docs/broadcast-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/cli-admin-tool/index.html 
b/content/docs/cli-admin-tool/index.html
index befa71d..e70d927 100644
--- a/content/docs/cli-admin-tool/index.html
+++ b/content/docs/cli-admin-tool/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/cluster-deployment/index.html 
b/content/docs/cluster-deployment/index.html
index 785ca5f..435044d 100644
--- a/content/docs/cluster-deployment/index.html
+++ b/content/docs/cluster-deployment/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/code-guidelines/index.html 
b/content/docs/code-guidelines/index.html
index 8d0b727..4527456 100644
--- a/content/docs/code-guidelines/index.html
+++ b/content/docs/code-guidelines/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/core-concept/index.html 
b/content/docs/core-concept/index.html
index d0966a7..96fae06 100644
--- a/content/docs/core-concept/index.html
+++ b/content/docs/core-concept/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/create-pull-request/index.html 
b/content/docs/create-pull-request/index.html
index b01822e..15f8e1d 100644
--- a/content/docs/create-pull-request/index.html
+++ b/content/docs/create-pull-request/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/documentation/index.html 
b/content/docs/documentation/index.html
index c134581..e8eb18c 100644
--- a/content/docs/documentation/index.html
+++ b/content/docs/documentation/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/faq/index.html b/content/docs/faq/index.html
index 68255c4..ecd664d 100644
--- a/content/docs/faq/index.html
+++ b/content/docs/faq/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/filter-by-sql92-example/index.html 
b/content/docs/filter-by-sql92-example/index.html
index 471aff0..dcf9cfe 100644
--- a/content/docs/filter-by-sql92-example/index.html
+++ b/content/docs/filter-by-sql92-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/how-to-contribute/index.html 
b/content/docs/how-to-contribute/index.html
index 07befef..65492d9 100644
--- a/content/docs/how-to-contribute/index.html
+++ b/content/docs/how-to-contribute/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/logappender-example/index.html 
b/content/docs/logappender-example/index.html
index 5338b36..8a94b45 100644
--- a/content/docs/logappender-example/index.html
+++ b/content/docs/logappender-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/motivation/index.html 
b/content/docs/motivation/index.html
index 23d8261..fcb06fb 100644
--- a/content/docs/motivation/index.html
+++ b/content/docs/motivation/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/openmessaging-example/index.html 
b/content/docs/openmessaging-example/index.html
index ac2074e..2a13bee 100644
--- a/content/docs/openmessaging-example/index.html
+++ b/content/docs/openmessaging-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/order-example/index.html 
b/content/docs/order-example/index.html
index d2ab3d2..28128ae 100644
--- a/content/docs/order-example/index.html
+++ b/content/docs/order-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/pull-request/index.html 
b/content/docs/pull-request/index.html
index a5fafc8..7d47f26 100644
--- a/content/docs/pull-request/index.html
+++ b/content/docs/pull-request/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/quick-start/index.html 
b/content/docs/quick-start/index.html
index 88ccb34..f01ade4 100644
--- a/content/docs/quick-start/index.html
+++ b/content/docs/quick-start/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
@@ -511,14 +511,14 @@ and receive messages.</p>
 
 <h1 id="download--build-from-release">Download &amp; Build from Release</h1>
 
-<p>Click <a 
href="https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.2/rocketmq-all-4.9.2-source-release.zip";>here</a>
 to download the 4.9.2 source release. Also you could download a binary release 
from <a 
href="https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip";>here</a>.</p>
+<p>Click <a 
href="https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip";>here</a>
 to download the 4.9.3 source release. Also you could download a binary release 
from <a 
href="https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip";>here</a>.</p>
 
-<p>Now execute the following commands to unpack 4.9.2 source release and build 
the binary artifact.</p>
+<p>Now execute the following commands to unpack 4.9.3 source release and build 
the binary artifact.</p>
 
-<div class="language-shell highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>  <span class="o">&gt;</span> unzip 
rocketmq-all-4.9.2-source-release.zip
-  <span class="o">&gt;</span> <span class="nb">cd </span>rocketmq-all-4.9.2/
+<div class="language-shell highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>  <span class="o">&gt;</span> unzip 
rocketmq-all-4.9.3-source-release.zip
+  <span class="o">&gt;</span> <span class="nb">cd </span>rocketmq-all-4.9.3/
   <span class="o">&gt;</span> mvn <span class="nt">-Prelease-all</span> <span 
class="nt">-DskipTests</span> clean <span class="nb">install</span> <span 
class="nt">-U</span>
-  <span class="o">&gt;</span> <span class="nb">cd 
</span>distribution/target/rocketmq-4.9.2/rocketmq-4.9.2
+  <span class="o">&gt;</span> <span class="nb">cd 
</span>distribution/target/rocketmq-4.9.3/rocketmq-4.9.3
 </code></pre></div></div>
 <h1 id="linux">Linux</h1>
 
diff --git a/content/docs/release-manual.html b/content/docs/release-manual.html
index 85c2d75..92df543 100644
--- a/content/docs/release-manual.html
+++ b/content/docs/release-manual.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/rmq-arc/index.html b/content/docs/rmq-arc/index.html
index a282412..089aeaa 100644
--- a/content/docs/rmq-arc/index.html
+++ b/content/docs/rmq-arc/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/rmq-deployment/index.html 
b/content/docs/rmq-deployment/index.html
index fb42f1d..428fdc0 100644
--- a/content/docs/rmq-deployment/index.html
+++ b/content/docs/rmq-deployment/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/roadmap/index.html b/content/docs/roadmap/index.html
index 6960968..f16ea46 100644
--- a/content/docs/roadmap/index.html
+++ b/content/docs/roadmap/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/schedule-example/index.html 
b/content/docs/schedule-example/index.html
index c867ad5..b8acba6 100644
--- a/content/docs/schedule-example/index.html
+++ b/content/docs/schedule-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/simple-example/index.html 
b/content/docs/simple-example/index.html
index a410650..fe0c9bd 100644
--- a/content/docs/simple-example/index.html
+++ b/content/docs/simple-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
@@ -487,13 +487,13 @@ asynchronous, and one-way transmission.</li>
 <div class="language-java highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>    <span class="o">&lt;</span><span 
class="n">dependency</span><span class="o">&gt;</span>
         <span class="o">&lt;</span><span class="n">groupId</span><span 
class="o">&gt;</span><span class="n">org</span><span class="o">.</span><span 
class="na">apache</span><span class="o">.</span><span 
class="na">rocketmq</span><span class="o">&lt;/</span><span 
class="n">groupId</span><span class="o">&gt;</span>
         <span class="o">&lt;</span><span class="n">artifactId</span><span 
class="o">&gt;</span><span class="n">rocketmq</span><span 
class="o">-</span><span class="n">client</span><span 
class="o">&lt;/</span><span class="n">artifactId</span><span 
class="o">&gt;</span>
-        <span class="o">&lt;</span><span class="n">version</span><span 
class="o">&gt;</span><span class="mf">4.9</span><span class="o">.</span><span 
class="mi">2</span><span class="o">&lt;/</span><span 
class="n">version</span><span class="o">&gt;</span>
+        <span class="o">&lt;</span><span class="n">version</span><span 
class="o">&gt;</span><span class="mf">4.9</span><span class="o">.</span><span 
class="mi">3</span><span class="o">&lt;/</span><span 
class="n">version</span><span class="o">&gt;</span>
     <span class="o">&lt;/</span><span class="n">dependency</span><span 
class="o">&gt;</span>
 </code></pre></div></div>
 
 <p>gradle:</p>
 
-<div class="language-java highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="n">compile</span> <span 
class="err">'</span><span class="n">org</span><span class="o">.</span><span 
class="na">apache</span><span class="o">.</span><span 
class="na">rocketmq</span><span class="o">:</span><span 
class="n">rocketmq</span><span class="o">-</span><span 
class="nl">client:</span><span class="mf">4.3</span><span 
class="o">.</span><span class="mi">0</span><span class="err [...]
+<div class="language-java highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code><span class="n">compile</span> <span 
class="err">'</span><span class="n">org</span><span class="o">.</span><span 
class="na">apache</span><span class="o">.</span><span 
class="na">rocketmq</span><span class="o">:</span><span 
class="n">rocketmq</span><span class="o">-</span><span 
class="nl">client:</span><span class="mf">4.9</span><span 
class="o">.</span><span class="mi">3</span><span class="err [...]
 </code></pre></div></div>
 
 <h4 id="21-send-messages-synchronously">2.1 Send Messages Synchronously</h4>
diff --git a/content/docs/system-config/index.html 
b/content/docs/system-config/index.html
index 322d623..c8a88a5 100644
--- a/content/docs/system-config/index.html
+++ b/content/docs/system-config/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/docs/transaction-example/index.html 
b/content/docs/transaction-example/index.html
index a53d5a3..bf8ba5d 100644
--- a/content/docs/transaction-example/index.html
+++ b/content/docs/transaction-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
diff --git a/content/dowloading/releases/index.html 
b/content/dowloading/releases/index.html
index 470cf8b..688a3c1 100644
--- a/content/dowloading/releases/index.html
+++ b/content/dowloading/releases/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-02T08:07:55+00:00">
+  <meta property="article:published_time" content="2022-03-06T14:02:00+00:00">
 
 
 
@@ -541,7 +541,16 @@ open source version of RocketMQ in their business.</p>
 
 <h1 id="download-links">Download links</h1>
 
-<p>Use the links below to download the Apache RocketMQ Releases, the latest 
release is 4.9.2.</p>
+<p>Use the links below to download the Apache RocketMQ Releases, the latest 
release is 4.9.3.</p>
+
+<h2 id="493-release">4.9.3 release</h2>
+
+<ul>
+  <li>Released March 4, 2022</li>
+  <li><a href="/release_notes/release-notes-4.9.3">Release Notes</a></li>
+  <li>Source: <a 
href="https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip";>rocketmq-all-4.9.3-source-release.zip</a>
 [<a 
href="https://www.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip.asc";>PGP</a>]
 [<a 
href="https://www.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-source-release.zip.sha512";>SHA512</a>]</li>
+  <li>Binary: <a 
href="https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip";>rocketmq-all-4.9.3-bin-release.zip</a>
 [<a 
href="https://www.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip.asc";>PGP</a>]
 [<a 
href="https://www.apache.org/dist/rocketmq/4.9.3/rocketmq-all-4.9.3-bin-release.zip.sha512";>SHA512</a>]</li>
+</ul>
 
 <h2 id="492-release">4.9.2 release</h2>
 
diff --git a/content/feed.xml b/content/feed.xml
index 7cee5bf..c9a9027 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.9.1">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2022-03-02T08:07:55+00:00</updated><id>/feed.xml</id><title 
type="html">Apache RocketMQ</title><subtitle>The homepage of 
RocketMQ.</subtitle><author><name>{&quot;name&quot;=&gt;nil, 
&quot;avatar&quot;=&gt;&quot;/ass [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.9.1">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2022-03-06T14:02:00+00:00</updated><id>/feed.xml</id><title 
type="html">Apache RocketMQ</title><subtitle>The homepage of 
RocketMQ.</subtitle><author><name>{&quot;name&quot;=&gt;nil, 
&quot;avatar&quot;=&gt;&quot;/ass [...]
 
 <h2> Download the 4.9.3 release</h2>
 
diff --git a/content/index.html b/content/index.html
index 3a88992..e89bdd3 100644
--- a/content/index.html
+++ b/content/index.html
@@ -18,7 +18,7 @@
 
 
 
-<meta name="description" content="Apache RocketMQ™ is a unified messaging 
engine, lightweight data processing platform. Latest release v4.9.2  ">
+<meta name="description" content="Apache RocketMQ™ is a unified messaging 
engine, lightweight data processing platform. Latest release v4.9.3  ">
 
 
 
@@ -30,13 +30,13 @@
 
 
 
-  <meta property="og:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.2  
">
+  <meta property="og:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.3  
">
 
 
 
   <meta name="twitter:site" content="@ApacheRocketMQ">
   <meta name="twitter:title" content="Apache RocketMQ">
-  <meta name="twitter:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.2  
">
+  <meta name="twitter:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.3  
">
   <meta name="twitter:url" content="">
 
   
@@ -166,7 +166,7 @@
         
       </h1>
       
-        <p class="page__lead">Apache RocketMQ™ is a unified messaging engine, 
lightweight data processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.2/">Latest release v4.9.2</a></small><br 
/><br /> <iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/gi [...]
+        <p class="page__lead">Apache RocketMQ™ is a unified messaging engine, 
lightweight data processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.3/">Latest release v4.9.3</a></small><br 
/><br /> <iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/gi [...]
 </p>
       
       
@@ -182,7 +182,7 @@
 <div id="main" role="main">
   <article class="splash" itemscope itemtype="http://schema.org/CreativeWork";>
     
-    <meta itemprop="description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.2  
">
+    <meta itemprop="description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.3  
">
     
     
 
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 9cf84c7..367a82a 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -2,139 +2,139 @@
 <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"; 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>/about/team/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/about/contact/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/about/rewards/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/about/origin/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/quick-start/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/motivation/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/core-concept/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/cli-admin-tool/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/cluster-deployment/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/pull-request/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/code-guidelines/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/documentation/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/faq/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/release-manual</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/dowloading/releases/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/roadmap/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/batch-example/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/broadcast-example/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/rmq-deployment/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/order-example/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/rmq-arc/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/schedule-example/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/simple-example/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/filter-by-sql92-example/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/logappender-example/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/openmessaging-example/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/system-config/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/how-to-contribute/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/transaction-example/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-broker/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-consumer/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/create-pull-request/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-namesvr/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-producer/</loc>
-<lastmod>2022-03-02T08:07:55+00:00</lastmod>
+<lastmod>2022-03-06T14:02:00+00:00</lastmod>
 </url>
 <url>
 <loc>/rocketmq/how-to-support-more-queues-in-rocketmq/</loc>
@@ -451,10 +451,10 @@
 </url>
 <url>
 <loc>/assets/attachment/launch-rocketmq-code-marathon.pdf</loc>
-<lastmod>2022-03-02T08:03:25+00:00</lastmod>
+<lastmod>2022-03-06T13:58:39+00:00</lastmod>
 </url>
 <url>
 <loc>/assets/attachment/launch-second-rocketmq-code-marathon.pdf</loc>
-<lastmod>2022-03-02T08:03:25+00:00</lastmod>
+<lastmod>2022-03-06T13:58:39+00:00</lastmod>
 </url>
 </urlset>
diff --git a/content/users/index.html b/content/users/index.html
index eaa7148..3dfd5e9 100644
--- a/content/users/index.html
+++ b/content/users/index.html
@@ -18,7 +18,7 @@
 
 
 
-<meta name="description" content="Apache RocketMQ™ is a unified messaging 
engine, lightweight data processing platform. Latest release v4.9.2  ">
+<meta name="description" content="Apache RocketMQ™ is a unified messaging 
engine, lightweight data processing platform. Latest release v4.9.3  ">
 
 
 
@@ -30,13 +30,13 @@
 
 
 
-  <meta property="og:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.2  
">
+  <meta property="og:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.3  
">
 
 
 
   <meta name="twitter:site" content="@ApacheRocketMQ">
   <meta name="twitter:title" content="Apache RocketMQ">
-  <meta name="twitter:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.2  
">
+  <meta name="twitter:description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.3  
">
   <meta name="twitter:url" content="">
 
   
@@ -166,7 +166,7 @@
         
       </h1>
       
-        <p class="page__lead">Apache RocketMQ™ is a unified messaging engine, 
lightweight data processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.2/">Latest release v4.9.2</a></small><br 
/><br /> <iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/gi [...]
+        <p class="page__lead">Apache RocketMQ™ is a unified messaging engine, 
lightweight data processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.3/">Latest release v4.9.3</a></small><br 
/><br /> <iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/gi [...]
 </p>
       
       
@@ -182,7 +182,7 @@
 <div id="main" role="main">
   <article class="splash" itemscope itemtype="http://schema.org/CreativeWork";>
     <meta itemprop="headline" content="Apache RocketMQ">
-    <meta itemprop="description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.2  
">
+    <meta itemprop="description" content="Apache RocketMQ™ is a unified 
messaging engine, lightweight data processing platform. Latest release v4.9.3  
">
     
     
 
diff --git a/home.md b/home.md
index e8c747a..0ad0096 100644
--- a/home.md
+++ b/home.md
@@ -7,7 +7,7 @@ header:
   cta_label: "<i class='fa fa-rocket'></i> Getting Started"
   cta_url: "/docs/quick-start/"
   caption:
-excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data 
processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.2/">Latest release v4.9.2</a></small><br 
/><br /> {::nomarkdown}<iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/github-b [...]
+excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data 
processing platform.<br /> <small><a 
href="/release_notes/release-notes-4.9.3/">Latest release v4.9.3</a></small><br 
/><br /> {::nomarkdown}<iframe style="display: inline-block;" 
src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large";
 frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe 
style="display: inline-block;" src="https://ghbtns.com/github-b [...]
 feature_row:
   - image_path: /assets/images/bright/rmq-feature-lowlatency.png
     alt: "Low Latency"

Reply via email to