RabbitMQ.Messaging 2.0.8

dotnet add package RabbitMQ.Messaging --version 2.0.8
                    
NuGet\Install-Package RabbitMQ.Messaging -Version 2.0.8
                    
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="RabbitMQ.Messaging" Version="2.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RabbitMQ.Messaging" Version="2.0.8" />
                    
Directory.Packages.props
<PackageReference Include="RabbitMQ.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 RabbitMQ.Messaging --version 2.0.8
                    
#r "nuget: RabbitMQ.Messaging, 2.0.8"
                    
#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 RabbitMQ.Messaging@2.0.8
                    
#: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=RabbitMQ.Messaging&version=2.0.8
                    
Install as a Cake Addin
#tool nuget:?package=RabbitMQ.Messaging&version=2.0.8
                    
Install as a Cake Tool

NET RabbitMQ Message

A .NET library for working with RabbitMQ messaging.

🏷️ Introduction

This is a fork of the WhiteRabbit.Messaging library developed by Marco Minerva with RabbitMQ, without Azure Service Bus and made available for .NET versions equal to or higher than 7

🛠️ Installation

Prerequisites

  • Latest versions of .NET 7.0 SDK / .NET 8.0 SDK / .NET 9.0 SDK / .NET 10 SDK
  • RabbitMQ instance (getting started) or in Docker version (example)

Setup

The library is available on NuGet, just search for RabbitMQ.Messaging in the Package Manager GUI or run the following command in the .NET CLI:

dotnet add package RabbitMQ.Messaging

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

⭐ Give a Star

Don't forget that if you find this project helpful, please give it a ⭐ on GitHub to show your support and help others discover it.

🤝 Contributing

Contributions and/or suggestions are always welcome.

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  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 is compatible.  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
2.0.8 106 1/20/2026
2.0.0 114 1/13/2026
1.0.2 148 7/5/2025
1.0.1 223 7/26/2024
1.0.0 197 7/25/2024