NetHacksPack.Integration.RabbitMQ
2.0.0.1
dotnet add package NetHacksPack.Integration.RabbitMQ --version 2.0.0.1
NuGet\Install-Package NetHacksPack.Integration.RabbitMQ -Version 2.0.0.1
<PackageReference Include="NetHacksPack.Integration.RabbitMQ" Version="2.0.0.1" />
<PackageVersion Include="NetHacksPack.Integration.RabbitMQ" Version="2.0.0.1" />
<PackageReference Include="NetHacksPack.Integration.RabbitMQ" />
paket add NetHacksPack.Integration.RabbitMQ --version 2.0.0.1
#r "nuget: NetHacksPack.Integration.RabbitMQ, 2.0.0.1"
#addin nuget:?package=NetHacksPack.Integration.RabbitMQ&version=2.0.0.1
#tool nuget:?package=NetHacksPack.Integration.RabbitMQ&version=2.0.0.1
This package contains an implementation from NetHacksPack.Integration.Abstrations based on RabbitMQ Client.
It helps applications listen and publish messages throughout an EventBus based on RabbitMQ.
Some parts of the implementation on this package can be easily replaced, and a specific behaviours can be set
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. 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 was computed. 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 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.3)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.3)
- NetHacksPack.Core (>= 1.0.4.2)
- NetHacksPack.Hosting.Abstractions (>= 1.0.0.1)
- NetHacksPack.Integration.Abstractions (>= 1.0.1.1)
- Newtonsoft.Json (>= 12.0.3)
- RabbitMQ.Client (>= 6.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NetHacksPack.Integration.RabbitMQ:
Package | Downloads |
---|---|
NetHacksPack.Integration.RabbitMQ.Handlers
This package provides standard middlewares implementations to work in the NetHacksPack Integration.RabbitMQ EventBus pipeline, providing a way to customize the message queue flow directly on the infrastructure layer Alpha test version |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added license + basic description