Idempotency
Avoid duplicate messages with idempotency keys.
Include a unique `Idempotency-Key` header per logical send. Retries with the same key return the same result instead of a new message.
httpIdempotency-Key: order-123-confirmationAvoid duplicate messages with idempotency keys.
Include a unique `Idempotency-Key` header per logical send. Retries with the same key return the same result instead of a new message.
httpIdempotency-Key: order-123-confirmation