diff --git a/docs/en/Example_Transaction.md b/docs/en/Example_Transaction.md index fb42e60062aebd4b02e217a97f4f5e972bd4d431..77ee41d838e51d43962a2eb69080af761e02af4d 100644 --- a/docs/en/Example_Transaction.md +++ b/docs/en/Example_Transaction.md @@ -1,7 +1,7 @@ # Transaction message example ## 1 Transaction message status -There are three states for transactional message: +There are three states for transaction message: - 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.