Table of Contents

Transactional outbox

Work that must not be lost is written as a queue row in the same transaction as the business change, then drained in the background.

Warning

Not yet written. A placeholder, so the pattern is visible in the catalogue rather than silently missing.

Where you meet it

  • Posting an order to the ERP
  • Provisioning a user, sending a confirmation email