Doc 1M2.3CLAUDE

Transactional Outbox Implementation

Add reliable event publishing with at-least-once semantics.

Prompt template
Implement the Transactional Outbox pattern for [ServiceName].

REQUIREMENTS:
  - Outbox table written in the same database transaction as the aggregate change.

Sign in free to unlock the full prompt and copy it.

Sign in free
#outbox#messaging#reliability