Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RIP-9]Change the item number to solid black dot #889

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/en/Example_Transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down