From 6eff504877e2924f76cd0b48f8daf7bfff4621c5 Mon Sep 17 00:00:00 2001 From: 888tyhj Date: Tue, 26 Feb 2019 10:27:33 +0800 Subject: [PATCH] [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 4c65bce9..17fdd063 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 -- GitLab