This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git.
from d37ca5a Additions to footer to include essential ASF links
add c009f1c Add transactional message example
add f29f9a0 Add the design document of transactional message
add fe204bd Formatted the document
add cd126bc Merge pull request #26 from duhengforever/master
new 1b92db7 Merge remote-tracking branch 'origin/master' into asf-site
new 4f129ce Publish the transactional wiki
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
_data/navigation.yml | 2 +
_docs/25-rmq-transaction-example.md | 124 +++++++++++
...18-07-13-the-design-of-transactional-message.md | 51 +++++
.../images/blog/checking-transactional-message.png | Bin 0 -> 88792 bytes
.../images/blog/sending-transactional-message.png | Bin 0 -> 90913 bytes
assets/images/blog/transaction-execute-flow.png | Bin 0 -> 50469 bytes
assets/images/blog/transaction-outline-design.png | Bin 0 -> 53166 bytes
content/about/contact/index.html | 4 +-
content/about/rewards/index.html | 4 +-
content/about/team/index.html | 4 +-
content/archive-layout-with-content/index.html | 14 ++
.../images/blog/checking-transactional-message.png | Bin 0 -> 88792 bytes
.../images/blog/sending-transactional-message.png | Bin 0 -> 90913 bytes
.../images/blog/transaction-execute-flow.png | Bin 0 -> 50469 bytes
.../images/blog/transaction-outline-design.png | Bin 0 -> 53166 bytes
content/categories/index.html | 43 ++++
content/collection-archive/index.html | 23 +++
content/docs/batch-example/index.html | 12 +-
content/docs/best-practice-broker/index.html | 14 +-
content/docs/best-practice-consumer/index.html | 12 +-
content/docs/best-practice-namesvr/index.html | 12 +-
content/docs/best-practice-producer/index.html | 12 +-
content/docs/broadcast-example/index.html | 12 +-
content/docs/cli-admin-tool/index.html | 12 +-
content/docs/cluster-deployment/index.html | 12 +-
content/docs/code-guidelines/index.html | 12 +-
content/docs/core-concept/index.html | 12 +-
content/docs/create-pull-request/index.html | 12 +-
content/docs/documentation/index.html | 12 +-
content/docs/faq/index.html | 12 +-
content/docs/filter-by-sql92-example/index.html | 12 +-
content/docs/how-to-contribute/index.html | 14 +-
content/docs/logappender-example/index.html | 12 +-
content/docs/motivation/index.html | 12 +-
content/docs/openmessaging-example/index.html | 12 +-
content/docs/order-example/index.html | 12 +-
content/docs/pull-request/index.html | 12 +-
content/docs/quick-start/index.html | 12 +-
content/docs/release-manual.html | 12 +-
content/docs/rmq-arc/index.html | 12 +-
content/docs/rmq-deployment/index.html | 12 +-
content/docs/roadmap/index.html | 12 +-
content/docs/schedule-example/index.html | 12 +-
content/docs/simple-example/index.html | 12 +-
content/docs/system-config/index.html | 12 +-
.../index.html | 230 +++++++++++++--------
content/dowloading/releases/index.html | 12 +-
content/feed.xml | 119 ++++++-----
.../release_notes/release-notes-4.2.0/index.html | 3 +-
.../index.html | 154 ++++++++------
content/sitemap.xml | 75 ++++---
content/tags/index.html | 145 +++++++++++++
content/year-archive/index.html | 42 ++++
53 files changed, 1093 insertions(+), 296 deletions(-)
create mode 100644 _docs/25-rmq-transaction-example.md
create mode 100644 _posts/2018-07-13-the-design-of-transactional-message.md
create mode 100644 assets/images/blog/checking-transactional-message.png
create mode 100644 assets/images/blog/sending-transactional-message.png
create mode 100644 assets/images/blog/transaction-execute-flow.png
create mode 100644 assets/images/blog/transaction-outline-design.png
create mode 100644 content/assets/images/blog/checking-transactional-message.png
create mode 100644 content/assets/images/blog/sending-transactional-message.png
create mode 100644 content/assets/images/blog/transaction-execute-flow.png
create mode 100644 content/assets/images/blog/transaction-outline-design.png
copy content/docs/{logappender-example => transaction-example}/index.html (60%)
copy content/rocketmq/{Field-Report-Meetup-Beijing => the-design-of-transactional-message}/index.html
(64%)
|