CleanArchitectureUtility.Extensions.MessageBus.RabbitMQ
9.0.1
See the version list below for details.
dotnet add package CleanArchitectureUtility.Extensions.MessageBus.RabbitMQ --version 9.0.1
NuGet\Install-Package CleanArchitectureUtility.Extensions.MessageBus.RabbitMQ -Version 9.0.1
<PackageReference Include="CleanArchitectureUtility.Extensions.MessageBus.RabbitMQ" Version="9.0.1" />
<PackageVersion Include="CleanArchitectureUtility.Extensions.MessageBus.RabbitMQ" Version="9.0.1" />
<PackageReference Include="CleanArchitectureUtility.Extensions.MessageBus.RabbitMQ" />
paket add CleanArchitectureUtility.Extensions.MessageBus.RabbitMQ --version 9.0.1
#r "nuget: CleanArchitectureUtility.Extensions.MessageBus.RabbitMQ, 9.0.1"
#:package CleanArchitectureUtility.Extensions.MessageBus.RabbitMQ@9.0.1
#addin nuget:?package=CleanArchitectureUtility.Extensions.MessageBus.RabbitMQ&version=9.0.1
#tool nuget:?package=CleanArchitectureUtility.Extensions.MessageBus.RabbitMQ&version=9.0.1
Clean Architecture - RabbitMQ Extension The RabbitMQ Extension is a modular component designed for seamlessly integrating RabbitMQ message queue functionality within a system based on Clean Architecture principles. This extension provides a flexible, maintainable way to handle asynchronous message passing in your application, allowing it to communicate with other services or components in a decoupled manner. The extension is designed to be agnostic to the specific details of your message queue infrastructure and can be adapted to different messaging patterns like request-response, publish-subscribe, or point-to-point.
Product | Versions 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. |
-
net9.0
- CleanArchitectureUtility.Extensions.Abstractions (>= 9.0.13)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.2)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 9.0.2)
- RabbitMQ.Client (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.