Skip to content

Commit

Permalink
version split Multi-Site Deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Aug 24, 2016
1 parent d6424a1 commit ce19eda
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nservicebus/gateway/multi-site-deployments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'Gateway: Multi-Site Deployments'
summary: Explanation of how NServiceBus handles multi-site communication.
component: Gateway
redirects:
- nservicebus/the-gateway-and-multi-site-distribution
related:
Expand Down Expand Up @@ -98,7 +99,7 @@ Then at configuration time:
snippet:UseCustomConfigurationSourceForGatewaySitesConfig


NServiceBus automatically sets the required headers to enable sending messages back over the gateway using the familiar `Bus.Reply`.
NServiceBus automatically sets the required headers to enable sending messages back over the gateway using the familiar `Reply`.

NOTE: All cross-site interactions are performed internally to a service, so publish and subscribe are not supported across gateways.

Expand Down Expand Up @@ -153,4 +154,4 @@ snippet:UseCustomConfigurationSourceForGatewayChannelsConfig

The `Default` on the first channel tells the gateway which address to attach on outgoing messages if the sender does not specify it explicitly. Any number of channels can be added.

Follow the steps for [configuring SSL](https://msdn.microsoft.com/en-us/library/ms733768.aspx) and make sure to configure the gateway to listen on the appropriate port, as well as to contact the remote gateway on the same port.
Follow the steps for [configuring SSL](https://msdn.microsoft.com/en-us/library/ms733768.aspx) and make sure to configure the gateway to listen on the appropriate port, as well as to contact the remote gateway on the same port.

0 comments on commit ce19eda

Please sign in to comment.