diff --git a/docs/en/Example_Transaction.md b/docs/en/Example_Transaction.md index 4c65bce9356c773c8627943ce5582724e1366c23..17fdd0630c21ac57f04917a1c4375c82c37c54c1 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