diff --git a/samples/scaleout/distributor-upgrade/sample.md b/samples/scaleout/distributor-upgrade/sample.md index 673eece4fcf..1b1d7f80f8e 100644 --- a/samples/scaleout/distributor-upgrade/sample.md +++ b/samples/scaleout/distributor-upgrade/sample.md @@ -1,7 +1,7 @@ --- title: Upgrading a Distributor endpoint from Version 5 to 6 summary: Upgrading an existing scaled-out endpoint that uses Distributor to version 6 of NServiceBus -reviewed: 2019-11-06 +reviewed: 2022-03-18 component: Core related: - transports/msmq/distributor @@ -95,4 +95,4 @@ Because the sender still uses Version 5 and the workers are on Version 6, the sh After the upgrade is done both worker projects are identical (apart from the configuration file). The sender needed only a minor routing correction. -NOTE: When Version 5 nodes enlist with the distributor, they use GUID-based queues that are created each time the worker starts. This behavior is suppressed in the sample via a configuration switch. In Versions 6 and above when worker nodes enlists with the distributor, they always use their regular input queues with stable names. \ No newline at end of file +NOTE: When Version 5 nodes enlist with the distributor, they use GUID-based queues that are created each time the worker starts. This behavior is suppressed in the sample via a configuration switch. In Versions 6 and above when worker nodes enlists with the distributor, they always use their regular input queues with stable names.