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

commit df6cdbc54f4a69f45f07e29598f1f5e0867c04b9
Author: github-action <[email protected]>
AuthorDate: Wed Aug 18 01:10:48 2021 +0000

    Latest site on successful build auto-pushed to asf-site
---
 .travis.yml                                     |  2 -
 .utility/push-site-to-master.sh                 | 22 --------
 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                |  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          |  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 ++++++++++++-------------
 37 files changed, 69 insertions(+), 93 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 46e0659..918b83b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,5 +8,3 @@ env:
 script:
 - bundle install
 - bundle exec jekyll build
-#after_success:
-#- bash .utility/push-site-to-master.sh
diff --git a/.utility/push-site-to-master.sh b/.utility/push-site-to-master.sh
deleted file mode 100644
index d132450..0000000
--- a/.utility/push-site-to-master.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash
-if [ "$TRAVIS_REPO_SLUG" == "apache/rocketmq-site" ] && [ 
"$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
-
-  echo -e "Publishing Apache RocketMQ site...\n"
-  rm -rf $HOME/rocketmq-site-latest
-  cp -R . $HOME/rocketmq-site-latest
-
-  cd $HOME
-  git config --global user.email "[email protected]"
-  git config --global user.name "travis-ci"
-  git clone --quiet --branch=asf-site 
https://${GH_TOKEN}@github.com/apache/rocketmq-site asf-site > /dev/null
-
-  cd asf-site
-  git rm -rf .
-  cp -Rf $HOME/rocketmq-site-latest/. .
-  git add -f .
-  git commit -m "Latest site on successful travis build $TRAVIS_BUILD_NUMBER 
auto-pushed to asf-site"
-  git push -fq origin asf-site > /dev/null
-
-  echo -e "Published rocketmq site to asf-site.\n"
-  
-fi
diff --git a/content/about/contact/index.html b/content/about/contact/index.html
index f002b63..f0bd4db 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/about/rewards/index.html b/content/about/rewards/index.html
index 2fcb790..8f71161 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/about/team/index.html b/content/about/team/index.html
index 58d65ca..6f4089b 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/batch-example/index.html 
b/content/docs/batch-example/index.html
index b3b7426..f081c99 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/best-practice-broker/index.html 
b/content/docs/best-practice-broker/index.html
index 4add363..8de8d58 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/best-practice-consumer/index.html 
b/content/docs/best-practice-consumer/index.html
index c3ec16d..273b3d1 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/best-practice-namesvr/index.html 
b/content/docs/best-practice-namesvr/index.html
index c5db15a..7248876 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/best-practice-producer/index.html 
b/content/docs/best-practice-producer/index.html
index 9ddb32e..4786dea 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/broadcast-example/index.html 
b/content/docs/broadcast-example/index.html
index cc90629..8d2dbe6 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/cli-admin-tool/index.html 
b/content/docs/cli-admin-tool/index.html
index 80659b3..680ed17 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/cluster-deployment/index.html 
b/content/docs/cluster-deployment/index.html
index 0a70507..14d611b 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/code-guidelines/index.html 
b/content/docs/code-guidelines/index.html
index 2357e8d..c7f1f69 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/core-concept/index.html 
b/content/docs/core-concept/index.html
index c6208c2..a810a74 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/create-pull-request/index.html 
b/content/docs/create-pull-request/index.html
index 7240cab..b0855bd 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/documentation/index.html 
b/content/docs/documentation/index.html
index bb56c50..4e7203d 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/faq/index.html b/content/docs/faq/index.html
index d36c5f7..23e8cbf 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/filter-by-sql92-example/index.html 
b/content/docs/filter-by-sql92-example/index.html
index 09e0147..479c51a 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/how-to-contribute/index.html 
b/content/docs/how-to-contribute/index.html
index f532af8..fbcc2b1 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/logappender-example/index.html 
b/content/docs/logappender-example/index.html
index b12ec4a..c120f9e 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/motivation/index.html 
b/content/docs/motivation/index.html
index 3cbc87b..a507aa1 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/openmessaging-example/index.html 
b/content/docs/openmessaging-example/index.html
index c111cb2..1edd417 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/order-example/index.html 
b/content/docs/order-example/index.html
index cfdb269..0055e1a 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/pull-request/index.html 
b/content/docs/pull-request/index.html
index 8519e49..87ae3f4 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/quick-start/index.html 
b/content/docs/quick-start/index.html
index 58dd139..9fd1c5c 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/release-manual.html b/content/docs/release-manual.html
index 8b91cc2..4a9d58f 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/rmq-arc/index.html b/content/docs/rmq-arc/index.html
index d27d387..0de1c2b 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/rmq-deployment/index.html 
b/content/docs/rmq-deployment/index.html
index 5010c7c..24726a5 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/roadmap/index.html b/content/docs/roadmap/index.html
index 07530e9..5c2edef 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/schedule-example/index.html 
b/content/docs/schedule-example/index.html
index 730152d..e5d4e2c 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/simple-example/index.html 
b/content/docs/simple-example/index.html
index f51f822..daaeaaa 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/system-config/index.html 
b/content/docs/system-config/index.html
index 2fdef66..c2c2bff 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/docs/transaction-example/index.html 
b/content/docs/transaction-example/index.html
index 72e17c8..49e0cba 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/dowloading/releases/index.html 
b/content/dowloading/releases/index.html
index 16afb5e..1602b07 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-08-17T19:17:37+00:00">
+  <meta property="article:published_time" content="2021-08-18T01:10:39+00:00">
 
 
 
diff --git a/content/feed.xml b/content/feed.xml
index f8b0a1e..ee4e081 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-08-17T19:17:37+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-08-18T01:10:39+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.1 release&lt;/h2&gt;
 
diff --git a/content/sitemap.xml b/content/sitemap.xml
index f12a68b..12f9da5 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-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/about/contact/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/about/rewards/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/quick-start/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/motivation/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/core-concept/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/cli-admin-tool/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/cluster-deployment/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/pull-request/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/code-guidelines/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/documentation/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/faq/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/release-manual</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/dowloading/releases/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/roadmap/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/batch-example/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/broadcast-example/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/rmq-deployment/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/order-example/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/rmq-arc/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/schedule-example/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/simple-example/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/filter-by-sql92-example/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/logappender-example/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/openmessaging-example/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/system-config/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/how-to-contribute/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/transaction-example/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-broker/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-consumer/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/create-pull-request/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-namesvr/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-producer/</loc>
-<lastmod>2021-08-17T19:17:37+00:00</lastmod>
+<lastmod>2021-08-18T01:10:39+00:00</lastmod>
 </url>
 <url>
 <loc>/rocketmq/how-to-support-more-queues-in-rocketmq/</loc>
@@ -416,10 +416,10 @@
 </url>
 <url>
 <loc>/assets/attachment/launch-rocketmq-code-marathon.pdf</loc>
-<lastmod>2021-08-17T19:14:03+00:00</lastmod>
+<lastmod>2021-08-18T01:07:09+00:00</lastmod>
 </url>
 <url>
 <loc>/assets/attachment/launch-second-rocketmq-code-marathon.pdf</loc>
-<lastmod>2021-08-17T19:14:03+00:00</lastmod>
+<lastmod>2021-08-18T01:07:09+00:00</lastmod>
 </url>
 </urlset>

Reply via email to