Skip to content

Commit a9cc2ed

Browse files
Travis Nickelsandreasohlund
andauthored
Update nservicebus/upgrades/azure-functions-service-bus-in-process-isolated-worker.md
Co-authored-by: Andreas Öhlund <[email protected]>
1 parent ae37cde commit a9cc2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nservicebus/upgrades/azure-functions-service-bus-in-process-isolated-worker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class HttpSender
151151

152152
It's important to be able to maintain the consistency guarantees that were previously available in the in-process model when using `SendsAtomicWithReceive`. To achieve this, there are a few options:
153153

154-
1. **Implement the [Outbox pattern](/architecture/consistency.md#transactions-outbox-pattern)** to simulate atomic transactions. (Recommended)
154+
1. **Implement the [Outbox pattern](/architecture/consistency.md#transactions-outbox-pattern)** to enable consistent database and message queue operations. (Recommended)
155155
2. Ensure that all receiver message handlers are [idempotent](/architecture/consistency.md#idempotency).
156156
3. Ensure that the system infrastructure guarantees consistency between business data and messages.
157157

0 commit comments

Comments
 (0)