NServiceBus Message Versioning

NServiceBus Message Versioning
by Brad Jolicoeur
10/02/2018

As a software engineers we all know the requirements will change over time. At some point you will need to become comfortable with versioning your NServiceBus messages to adapt to those changing requirements. When you start thinking about the nuances of deploying endpoints that need to handle messages of different versions in flight or in an error queue waiting for retries it can be overwhelming at first. Luckily, there is a straight forward and relatively painless way to make changes to your contracts that will enable your endpoints to process old and new versions in parallel.

In this short video I walk through a versioning scenario where I implement a new version of an event using inheritance.

You can find the source code for this project on GitHub: NSB.Example.MessageVersioning

You May Also Like


AI Revolution: Reshaping the Software Architect's Role

ai-and-architect.png
Brad Jolicoeur - 09/12/2025
Read

The Productivity Paradox: Why Low-Code Might Not Be the Answer

developer-paradox-32.png
Brad Jolicoeur - 09/07/2025
Read

.NET Framework to.NET 8 Migration: Why AI Makes the Upgrade a Strategic Imperative in 2025

dotnet-upgrade-circuit-32.png
Brad Jolicoeur - 09/06/2025
Read