AdvancedVocabulary#backend#architecture#developer-tools

Transactional Inbox Pattern Vocabulary

Learn the vocabulary of recording incoming messages so a redelivery is recognized and skipped instead of reprocessed.

0 / 5 completed
1 / 5
At standup, a dev mentions writing every incoming message to a durable inbox table with a deduplication key, in the same transaction as marking it received, so that if the same message is redelivered later, the consumer recognizes it and skips reprocessing it instead of applying its effects twice. What is this messaging pattern called?