Savvyio.Extensions.DependencyInjection.RabbitMQ
4.1.1
dotnet add package Savvyio.Extensions.DependencyInjection.RabbitMQ --version 4.1.1
NuGet\Install-Package Savvyio.Extensions.DependencyInjection.RabbitMQ -Version 4.1.1
<PackageReference Include="Savvyio.Extensions.DependencyInjection.RabbitMQ" Version="4.1.1" />
<PackageVersion Include="Savvyio.Extensions.DependencyInjection.RabbitMQ" Version="4.1.1" />
<PackageReference Include="Savvyio.Extensions.DependencyInjection.RabbitMQ" />
paket add Savvyio.Extensions.DependencyInjection.RabbitMQ --version 4.1.1
#r "nuget: Savvyio.Extensions.DependencyInjection.RabbitMQ, 4.1.1"
#addin nuget:?package=Savvyio.Extensions.DependencyInjection.RabbitMQ&version=4.1.1
#tool nuget:?package=Savvyio.Extensions.DependencyInjection.RabbitMQ&version=4.1.1
Savvyio.Extensions.DependencyInjection.RabbitMQ
Extend the Savvy I/O support for Microsoft Dependency Injection with RabbitMQ Worker Queue and Publish/Subscribe implementations.
About
An open-source project (MIT license) that provides a SOLID and clean .NET class library for writing DDD, CQRS and Event Sourcing applications.
It is, by heart, free, flexible and built to extend and boost your agile codebelt.
Related Packages
- Savvyio.App 🏭
- Savvyio.Commands 📦
- Savvyio.Commands.Messaging 📦
- Savvyio.Core 📦
- Savvyio.Domain 📦
- Savvyio.Domain.EventSourcing 📦
- Savvyio.EventDriven 📦
- Savvyio.EventDriven.Messaging 📦
- Savvyio.Extensions.Dapper 📦
- Savvyio.Extensions.DapperExtensions 📦
- Savvyio.Extensions.DependencyInjection 📦
- Savvyio.Extensions.DependencyInjection.Dapper 📦
- Savvyio.Extensions.DependencyInjection.DapperExtensions 📦
- Savvyio.Extensions.DependencyInjection.Domain 📦
- Savvyio.Extensions.DependencyInjection.EFCore 📦
- Savvyio.Extensions.DependencyInjection.EFCore.Domain 📦
- Savvyio.Extensions.DependencyInjection.EFCore.Domain.EventSourcing 📦
- Savvyio.Extensions.DependencyInjection.QueueStorage 📦
- Savvyio.Extensions.DependencyInjection.RabbitMQ 📦
- Savvyio.Extensions.DependencyInjection.SimpleQueueService 📦
- Savvyio.Extensions.Dispatchers 📦
- Savvyio.Extensions.EFCore 📦
- Savvyio.Extensions.EFCore.Domain 📦
- Savvyio.Extensions.EFCore.Domain.EventSourcing 📦
- Savvyio.Extensions.Newtonsoft.Json 📦
- Savvyio.Extensions.QueueStorage 📦
- Savvyio.Extensions.RabbitMQ 📦
- Savvyio.Extensions.SimpleQueueService 📦
- Savvyio.Extensions.Text.Json 📦
- Savvyio.Messaging 📦
- Savvyio.Queries 📦
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 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. |
-
net8.0
- Cuemon.Extensions.Collections.Generic (>= 9.0.6)
- Cuemon.Extensions.Core (>= 9.0.6)
- Cuemon.Extensions.DependencyInjection (>= 9.0.6)
- Cuemon.Extensions.IO (>= 9.0.6)
- Cuemon.Extensions.Reflection (>= 9.0.6)
- Cuemon.Security.Cryptography (>= 9.0.6)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.3)
- RabbitMQ.Client (>= 7.1.2)
- Savvyio.Extensions.DependencyInjection (>= 4.1.1)
- Savvyio.Extensions.RabbitMQ (>= 4.1.1)
- System.Linq.Async (>= 6.0.1)
-
net9.0
- Cuemon.Extensions.Collections.Generic (>= 9.0.6)
- Cuemon.Extensions.Core (>= 9.0.6)
- Cuemon.Extensions.DependencyInjection (>= 9.0.6)
- Cuemon.Extensions.IO (>= 9.0.6)
- Cuemon.Extensions.Reflection (>= 9.0.6)
- Cuemon.Security.Cryptography (>= 9.0.6)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.6)
- RabbitMQ.Client (>= 7.1.2)
- Savvyio.Extensions.DependencyInjection (>= 4.1.1)
- Savvyio.Extensions.RabbitMQ (>= 4.1.1)
- System.Linq.Async (>= 6.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Savvyio.Extensions.DependencyInjection.RabbitMQ:
Package | Downloads |
---|---|
Savvyio.App
Provides a complete and convenient set of API additions for building a DDD, CQRS and Event Sourcing enabled .NET application using Microsoft Dependency Injection, Microsoft Entity Framework Core, Dapper, AWS SNS/SQS, Azure Queue Storage/Azure Event Grid and RabbitMQ Worker Queue/Publish-Subscribe. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version: 4.1.1
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version: 4.1.0
Availability: .NET 9 and .NET 8
# New Features
- ADDED RabbitMqCommandQueue{TMarker} class in the Savvyio.Extensions.DependencyInjection.RabbitMQ.Commands namespace that provides default implementation of the RabbitMqMessage class for messages holding an ICommand implementation
- ADDED RabbitMqCommandQueueOptions{TMarker} class in the Savvyio.Extensions.DependencyInjection.RabbitMQ.Commands namespace that provides configuration options for RabbitMqCommandQueue{TMarker}
- ADDED RabbitMqEventBus{TMarker} class in the Savvyio.Extensions.DependencyInjection.RabbitMQ.EventDriven namespace that provides a default implementation of the RabbitMqMessage class for messages holding an IIntegrationEvent implementation
- ADDED RabbitMqEventBusOptions{TMarker} class in the Savvyio.Extensions.DependencyInjection.RabbitMQ.EventDriven namespace that provides configuration options for RabbitMqEventBus{TMarker}
- ADDED ServiceCollectionExtensions class in the Savvyio.Extensions.DependencyInjection.RabbitMQ namespace that consist of extension methods for the IServiceCollection interface: AddRabbitMqCommandQueue, AddRabbitMqEventBus