You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/02/26 02:27:41 UTC

[rocketmq] branch develop updated: [RIP-9]Change the project number to a solid black dot (#893)

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

dinglei pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 6eff504  [RIP-9]Change the project number to a solid black dot (#893)
6eff504 is described below

commit 6eff504877e2924f76cd0b48f8daf7bfff4621c5
Author: 888tyhj <ww...@163.com>
AuthorDate: Tue Feb 26 10:27:33 2019 +0800

    [RIP-9]Change the project number to a solid black dot (#893)
---
 docs/en/Example_Transaction.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/en/Example_Transaction.md b/docs/en/Example_Transaction.md
index 4c65bce..17fdd06 100644
--- a/docs/en/Example_Transaction.md
+++ b/docs/en/Example_Transaction.md
@@ -2,9 +2,9 @@
 
 ## 1 Transaction message status 
 There are three states for transactional message:  
-1. TransactionStatus.CommitTransaction: commit transaction,it means that allow consumers to consume this message.  
-2. TransactionStatus.RollbackTransaction: rollback transaction,it means that the message will be deleted and not allowed to consume.  
-3. TransactionStatus.Unknown: intermediate state,it means that MQ is needed to check back to determine the status.
+- TransactionStatus.CommitTransaction: commit transaction,it means that allow consumers to consume this message.  
+- TransactionStatus.RollbackTransaction: rollback transaction,it means that the message will be deleted and not allowed to consume.  
+- TransactionStatus.Unknown: intermediate state,it means that MQ is needed to check back to determine the status.
 
 ## 2 Send transactional message example