Pitstop.Infrastructure.Messaging 5.2.0

dotnet add package Pitstop.Infrastructure.Messaging --version 5.2.0
                    
NuGet\Install-Package Pitstop.Infrastructure.Messaging -Version 5.2.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pitstop.Infrastructure.Messaging" Version="5.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pitstop.Infrastructure.Messaging" Version="5.2.0" />
                    
Directory.Packages.props
<PackageReference Include="Pitstop.Infrastructure.Messaging" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Pitstop.Infrastructure.Messaging --version 5.2.0
                    
#r "nuget: Pitstop.Infrastructure.Messaging, 5.2.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Pitstop.Infrastructure.Messaging@5.2.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Pitstop.Infrastructure.Messaging&version=5.2.0
                    
Install as a Cake Addin
#tool nuget:?package=Pitstop.Infrastructure.Messaging&version=5.2.0
                    
Install as a Cake Tool

Pitstop.Infrastructure.Messaging library

This library contains helper-classes for working with messaging within the Pitstop sample solution. It contains the following items:

  • The base-classes for Commands and Events.
  • Interfaces that abstract functionality to publish and consume messages using a message-broker.
  • Implementations for the interfaces that use RabbitMQ as message-broker.
  • A helper class (MessageSerializer) for serializing and deserializing commands and events to and from JSON.

Release notes

Version 5.2.0

  • Target .NET 9.
  • Fix breaking changes in RabbitMQ Client 7.x (thanks to eNeRGy164 (Michaël Hompus)!).

Version 5.1.0

  • Add ability to specify a virtual host for RabbitMQ
  • Upgrade all NuGet references to the latest version.

Version 5.0.0

  • Target .NET 8
  • Upgrade all NuGet references to the latest version.

Version 4.0.0

  • Target .NET 7
  • Upgrade all NuGet references to the latest version.

Version 3.0.1

  • Upgrade all NuGet references to the latest version.

Version 3.0.0

  • Target .NET 5.0
  • Upgrade all NuGet references to the latest version.

Version 2.7.1

  • Upgrade all NuGet references to the latest version.

Version 2.7.0

  • Add support for specifying the RabbitMQ port.

Version 2.6.0

  • Add configuration support for easier DI registration.

Version 2.5.0

  • Refactor RabbitMQMessagePublisher so it keeps the connection to RabbitMQ open (in stead of recreating it with every publish action).

Version 2.4.0

  • Upgrade all dependencies to the latest version.

Version 2.3.0

  • Add overload for connecting to RabbitMQ clusters.

Version 2.2.0

  • Upgrade project to target netstandard2.1.
  • Upgrade all dependencies to the latest version.

Version 2.1.0

  • Upgrade all dependencies to the latest version.

Version 2.0.0

  • [Breaking] Remove the use of the MessageTypes enum that contained all the available message-types. Throughout the solution, message-type is now a simple string.
  • [Breaking] Remove the MessageTypes enum from all the interfaces and implementations.
  • [Breaking] Remove the MessageTypes enum.
  • [Breaking] Remove the MessageType parameter from the Message base-class constructor.
  • Add some additional convenience-constructors to the Message, Command and Event classes that enable a developer to use them without explicitly specifying the MessageId and MessageType parameters. If omitted, MessageId is automatically filled with a new Guid and MessageType is automatically filled with name of the class.

Version 1.1.0

  • Upgrade to .NET Core 2.2.
  • Upgrade all dependencies to the latest version.

Version 1.0.0

Initial version.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.2.0 207 6/25/2025
5.2.0-Preview1 141 6/25/2025
5.1.0 9,579 6/4/2024
5.1.0-preview2 161 6/4/2024 5.1.0-preview2 is deprecated because it is no longer maintained.
5.0.0 5,974 11/27/2023
5.0.0-preview1 174 11/27/2023 5.0.0-preview1 is deprecated because it is no longer maintained.
4.0.0 557 10/16/2023 4.0.0 is deprecated because it is no longer maintained.
4.0.0-Preview01 143 10/16/2023 4.0.0-Preview01 is deprecated because it is no longer maintained.
3.0.3 3,583 12/12/2022 3.0.3 is deprecated because it is no longer maintained.
3.0.3-Preview1 190 12/12/2022 3.0.3-Preview1 is deprecated because it is no longer maintained.
3.0.2 6,324 1/23/2022 3.0.2 is deprecated because it is no longer maintained.
3.0.2-preview1 262 1/20/2022 3.0.2-preview1 is deprecated because it is no longer maintained.
3.0.1 6,283 6/1/2021 3.0.1 is deprecated because it is no longer maintained.
3.0.0 4,801 11/10/2020 3.0.0 is deprecated because it is no longer maintained.
3.0.0-preview1 354 11/10/2020 3.0.0-preview1 is deprecated because it is no longer maintained.
2.7.1 3,603 6/18/2020 2.7.1 is deprecated because it is no longer maintained.
2.7.0 858 6/18/2020 2.7.0 is deprecated because it is no longer maintained.
2.7.0-Preview2 403 6/18/2020 2.7.0-Preview2 is deprecated because it is no longer maintained.
2.7.0-Preview1 392 6/18/2020 2.7.0-Preview1 is deprecated because it is no longer maintained.
2.6.0 1,941 4/25/2020 2.6.0 is deprecated because it is no longer maintained.
2.6.0-preview3 395 4/25/2020 2.6.0-preview3 is deprecated because it is no longer maintained.
2.6.0-preview2 421 4/25/2020 2.6.0-preview2 is deprecated because it is no longer maintained.
2.6.0-preview1 418 4/25/2020 2.6.0-preview1 is deprecated because it is no longer maintained.
2.5.0 4,280 1/20/2020 2.5.0 is deprecated because it is no longer maintained.
2.4.0 874 12/30/2019 2.4.0 is deprecated because it is no longer maintained.
2.4.0-preview2 485 12/23/2019 2.4.0-preview2 is deprecated because it is no longer maintained.
2.4.0-preview 481 12/14/2019 2.4.0-preview is deprecated because it is no longer maintained.
2.3.0 623 12/6/2019 2.3.0 is deprecated because it is no longer maintained.
2.3.0-preview 459 12/6/2019 2.3.0-preview is deprecated because it is no longer maintained.
2.2.0 2,444 11/11/2019 2.2.0 is deprecated because it is no longer maintained.