Skip to content

Commit

Permalink
Update sample.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Wójcik authored Mar 18, 2022
1 parent 6d77e0d commit 6cefbb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/scaleout/distributor-upgrade/sample.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
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.

0 comments on commit 6cefbb7

Please sign in to comment.