Franz.Common.Messaging.RabbitMQ 1.6.19

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

πŸ“ README Section for Franz.Common.Messaging.RabbitMQ (v1.6.2)

# Franz.Common.Messaging.RabbitMQ

Franzchitecture now speaks RabbitMQ.  
The same architectural creed that powers Kafka applies here β€” one contract, one pipeline, zero spaghetti.

## πŸš€ Getting Started

Install the NuGet package:

```bash
dotnet add package Franz.Common.Messaging.RabbitMQ

Register RabbitMQ messaging in your service container:

using Franz.Common.Messaging.RabbitMQ.Extensions;

public void ConfigureServices(IServiceCollection services, IConfiguration configuration)
{
    services.AddRabbitMQMessaging(configuration);
}

πŸ“¦ Features

  • Publisher & Sender wired via DI (IMessagingPublisher, IMessagingSender)
  • Consumer as a hosted listener (IListener)
  • Transactions (IMessagingTransaction)
  • Replay Strategies (default: NoReplayStrategy, extensible)
  • Message Context Accessor for scoped metadata
  • Enforced lifetimes via AddOnlyHighLifetimeModelProvider to prevent misconfigurations
  • No duplicates β€” registrations protected against accidental overrides

βš–οΈ Philosophy

β€œWe don’t care about MQ. We make it work anyway. Just pick what hill you want to die on.”

Franz abstracts away broker-specific plumbing. Whether you pick Kafka or RabbitMQ, your code stays clean, enforced, and production-ready.

**Current Version**: 1.6.19
---
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Franz.Common.Messaging.RabbitMQ:

Package Downloads
Franz.Common.Http.Messaging

Shared utility library for the Franz Framework.

Franz.Common.Messaging.Hosting.RabbitMQ

Shared utility library for the Franz Framework.

Franz.Common.Messaging.Sagas

Shared utility library for the Franz Framework.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.1 0 4/22/2026
2.0.2 126 3/30/2026
2.0.1 125 3/29/2026
1.7.8 133 3/2/2026
1.7.7 149 1/31/2026
1.7.6 139 1/22/2026
1.7.5 140 1/10/2026
1.7.4 161 12/27/2025
1.7.3 218 12/22/2025
1.7.2 223 12/21/2025
1.7.1 167 12/20/2025
1.7.0 339 12/16/2025
1.6.21 238 11/27/2025
1.6.20 235 11/24/2025
1.6.19 180 10/25/2025
1.6.15 197 10/20/2025
1.6.14 190 10/15/2025
1.6.3 201 10/9/2025
1.6.2 210 10/7/2025