RabbitMQ.Messaging
2.0.8
dotnet add package RabbitMQ.Messaging --version 2.0.8
NuGet\Install-Package RabbitMQ.Messaging -Version 2.0.8
<PackageReference Include="RabbitMQ.Messaging" Version="2.0.8" />
<PackageVersion Include="RabbitMQ.Messaging" Version="2.0.8" />
<PackageReference Include="RabbitMQ.Messaging" />
paket add RabbitMQ.Messaging --version 2.0.8
#r "nuget: RabbitMQ.Messaging, 2.0.8"
#:package RabbitMQ.Messaging@2.0.8
#addin nuget:?package=RabbitMQ.Messaging&version=2.0.8
#tool nuget:?package=RabbitMQ.Messaging&version=2.0.8
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 | Versions 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. |
-
net10.0
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.2)
- RabbitMQ.Client (>= 7.2.0)
- System.Linq.Async (>= 7.0.0)
-
net7.0
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.2)
- RabbitMQ.Client (>= 7.2.0)
- System.Linq.Async (>= 7.0.0)
- System.Text.Json (>= 10.0.2)
-
net8.0
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.2)
- RabbitMQ.Client (>= 7.2.0)
- System.Linq.Async (>= 7.0.0)
- System.Text.Json (>= 10.0.2)
-
net9.0
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.2)
- RabbitMQ.Client (>= 7.2.0)
- System.Linq.Async (>= 7.0.0)
- System.Text.Json (>= 10.0.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.