You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by gi...@apache.org on 2021/11/11 16:37:12 UTC

[rocketmq-site] branch asf-site updated: Latest site on successful build auto-pushed to asf-site

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 82333bb  Latest site on successful build auto-pushed to asf-site
82333bb is described below

commit 82333bbe79582fa519c1c6446798dfc64772f00c
Author: github-action <ac...@github.com>
AuthorDate: Thu Nov 11 16:37:04 2021 +0000

    Latest site on successful build auto-pushed to asf-site
---
 _docs/08-release-manual.md                      |  2 +
 content/about/contact/index.html                |  2 +-
 content/about/rewards/index.html                |  2 +-
 content/about/team/index.html                   |  2 +-
 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             |  2 +-
 content/docs/release-manual.html                |  4 +-
 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          |  2 +-
 content/docs/system-config/index.html           |  2 +-
 content/docs/transaction-example/index.html     |  2 +-
 content/dowloading/releases/index.html          |  2 +-
 content/feed.xml                                |  2 +-
 content/sitemap.xml                             | 70 ++++++++++++-------------
 36 files changed, 73 insertions(+), 69 deletions(-)

diff --git a/_docs/08-release-manual.md b/_docs/08-release-manual.md
index b20ac5a..985f9ca 100644
--- a/_docs/08-release-manual.md
+++ b/_docs/08-release-manual.md
@@ -121,6 +121,8 @@ gpg --print-md SHA512 rocketmq-all-x1.x2.x3-source-release.zip >  rocketmq-all-x
 - self-verify sign and hash  
 goto 4, after self-verify, continue 2.4
 
+**Tips:** Source file folder and binary folder names should start with `rocketmq-all` for be nice to <a target="_blank" href="https://github.com/apache/rocketmq-docker/blob/a2672f62cc5171263ffc856ab5657291efba1912/image-build/Dockerfile-centos#L58-L59">RocketMQ Docker Build</a>
+
 #### 2.4 Rollback and Retry (visit github using github token)
 If the staging process encounter problem, you may need to rollback:
 - 1. Delete the tag created in 2.2
diff --git a/content/about/contact/index.html b/content/about/contact/index.html
index 56ceb55..d646d75 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/about/rewards/index.html b/content/about/rewards/index.html
index 5e2a399..a6cde7f 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/about/team/index.html b/content/about/team/index.html
index fdce6a9..e7d377a 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/batch-example/index.html b/content/docs/batch-example/index.html
index 69c27d8..774aa7b 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/best-practice-broker/index.html b/content/docs/best-practice-broker/index.html
index c1aeb20..83204b7 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/best-practice-consumer/index.html b/content/docs/best-practice-consumer/index.html
index 30cca0f..afec1a8 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/best-practice-namesvr/index.html b/content/docs/best-practice-namesvr/index.html
index eaf6ccf..956c7fb 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/best-practice-producer/index.html b/content/docs/best-practice-producer/index.html
index 26adef5..a739d32 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/broadcast-example/index.html b/content/docs/broadcast-example/index.html
index ea72ced..5adbdd6 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/cli-admin-tool/index.html b/content/docs/cli-admin-tool/index.html
index 73a4281..bcc2414 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/cluster-deployment/index.html b/content/docs/cluster-deployment/index.html
index 43d86e0..56b7325 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/code-guidelines/index.html b/content/docs/code-guidelines/index.html
index 525914f..8353d7d 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/core-concept/index.html b/content/docs/core-concept/index.html
index 1dec0f3..443926e 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/create-pull-request/index.html b/content/docs/create-pull-request/index.html
index 069f9aa..6499deb 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/documentation/index.html b/content/docs/documentation/index.html
index cbf0237..291aed5 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/faq/index.html b/content/docs/faq/index.html
index e741e83..255eb0f 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/filter-by-sql92-example/index.html b/content/docs/filter-by-sql92-example/index.html
index 721c0a9..1535868 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/how-to-contribute/index.html b/content/docs/how-to-contribute/index.html
index 04f6340..269435b 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/logappender-example/index.html b/content/docs/logappender-example/index.html
index d04a262..9208cb1 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/motivation/index.html b/content/docs/motivation/index.html
index d825da8..925cc5b 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/openmessaging-example/index.html b/content/docs/openmessaging-example/index.html
index b08563d..9fad2bf 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/order-example/index.html b/content/docs/order-example/index.html
index 5877a05..a65109a 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/pull-request/index.html b/content/docs/pull-request/index.html
index 3e253d4..d906b4f 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/quick-start/index.html b/content/docs/quick-start/index.html
index 3f84c1a..abbbdc9 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/release-manual.html b/content/docs/release-manual.html
index b8c33d0..94310bb 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
@@ -619,6 +619,8 @@ gpg --print-md SHA512 rocketmq-all-x1.x2.x3-source-release.zip &gt;  rocketmq-al
 goto 4, after self-verify, continue 2.4</li>
 </ul>
 
+<p><strong>Tips:</strong> Source file folder and binary folder names should start with <code class="language-plaintext highlighter-rouge">rocketmq-all</code> for be nice to <a target="_blank" href="https://github.com/apache/rocketmq-docker/blob/a2672f62cc5171263ffc856ab5657291efba1912/image-build/Dockerfile-centos#L58-L59">RocketMQ Docker Build</a></p>
+
 <h4 id="24-rollback-and-retry-visit-github-using-github-token">2.4 Rollback and Retry (visit github using github token)</h4>
 <p>If the staging process encounter problem, you may need to rollback:</p>
 <ul>
diff --git a/content/docs/rmq-arc/index.html b/content/docs/rmq-arc/index.html
index 5431e57..0d7c576 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/rmq-deployment/index.html b/content/docs/rmq-deployment/index.html
index 6c57409..76daddf 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/roadmap/index.html b/content/docs/roadmap/index.html
index 33463aa..ed5216f 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/schedule-example/index.html b/content/docs/schedule-example/index.html
index 0cb94ab..53753b2 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/simple-example/index.html b/content/docs/simple-example/index.html
index 6c32e4b..50005c4 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/system-config/index.html b/content/docs/system-config/index.html
index 7eaf149..f6b6ada 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/docs/transaction-example/index.html b/content/docs/transaction-example/index.html
index 2d7dbf6..9c7fbcb 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/dowloading/releases/index.html b/content/dowloading/releases/index.html
index 231eb66..9e65aa9 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="2021-10-27T08:02:51+00:00">
+  <meta property="article:published_time" content="2021-11-11T16:36:53+00:00">
 
 
 
diff --git a/content/feed.xml b/content/feed.xml
index b3cfc3a..c22b3e3 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>2021-10-27T08:02:51+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>2021-11-11T16:36:53+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 [...]
 
 &lt;h2&gt; Download the 4.9.2 release&lt;/h2&gt;
 
diff --git a/content/sitemap.xml b/content/sitemap.xml
index d6ec080..59bbd50 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -2,135 +2,135 @@
 <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>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/about/contact/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/about/rewards/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/quick-start/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/motivation/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/core-concept/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/cli-admin-tool/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/cluster-deployment/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/pull-request/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/code-guidelines/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/documentation/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/faq/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/release-manual</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/dowloading/releases/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/roadmap/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/batch-example/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/broadcast-example/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/rmq-deployment/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/order-example/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/rmq-arc/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/schedule-example/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/simple-example/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/filter-by-sql92-example/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/logappender-example/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/openmessaging-example/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/system-config/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/how-to-contribute/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/transaction-example/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-broker/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-consumer/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/create-pull-request/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-namesvr/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-producer/</loc>
-<lastmod>2021-10-27T08:02:51+00:00</lastmod>
+<lastmod>2021-11-11T16:36:53+00:00</lastmod>
 </url>
 <url>
 <loc>/rocketmq/how-to-support-more-queues-in-rocketmq/</loc>
@@ -432,10 +432,10 @@
 </url>
 <url>
 <loc>/assets/attachment/launch-rocketmq-code-marathon.pdf</loc>
-<lastmod>2021-10-27T07:58:27+00:00</lastmod>
+<lastmod>2021-11-11T16:32:39+00:00</lastmod>
 </url>
 <url>
 <loc>/assets/attachment/launch-second-rocketmq-code-marathon.pdf</loc>
-<lastmod>2021-10-27T07:58:27+00:00</lastmod>
+<lastmod>2021-11-11T16:32:39+00:00</lastmod>
 </url>
 </urlset>