Skip to content

Commit e24cc7e

Browse files
Merge pull request #7599 from Particular/review-gateway-multi-site-deployments
Review gateway multi-site deployment
2 parents b315d8c + a419a67 commit e24cc7e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

nservicebus/gateway/multi-site-deployments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Multi-Site Deployments
3-
reviewed: 2023-09-15
3+
reviewed: 2025-08-01
44
summary: How to handle multi-site communication.
55
component: Gateway
66
redirects:
@@ -99,10 +99,10 @@ Follow the steps for [configuring SSL](https://docs.microsoft.com/en-us/dotnet/f
9999

100100
## Automatic de-duplication
101101

102-
Going through alternate channels like HTTP(S) means that the MSMQ safety guarantees of exactly-once message delivery are not available. This means that communication errors resulting in retries can lead to receiving messages more than once. To avoid being burdened with de-duplication, the NServiceBus gateway supports this out of the box. Message IDs are stored in the configured [Persistence](/persistence) so duplicates can be detected and discarded.
102+
Going through alternate channels like HTTP(S) means that the MSMQ safety guarantees of exactly-once message delivery are not available. This means that communication errors resulting in retries can lead to receiving messages more than once. To avoid being burdened with de-duplication, the NServiceBus gateway supports this out of the box. Message IDs are stored in the configured de-duplication persistence so duplicates can be detected and discarded.
103103

104-
105-
partial: dedup
104+
- [SQL deduplication persistence](/nservicebus/gateway/sql/)
105+
- [RavenDB deduplication persistence](/nservicebus/gateway/ravendb/)
106106

107107

108108
## Incoming channels

nservicebus/gateway/multi-site-deployments_dedup_gateway_[1.0,].partial.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)