RabbitMQ.Stream.Client 1.11.1

dotnet add package RabbitMQ.Stream.Client --version 1.11.1
                    
NuGet\Install-Package RabbitMQ.Stream.Client -Version 1.11.1
                    
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="RabbitMQ.Stream.Client" Version="1.11.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RabbitMQ.Stream.Client" Version="1.11.1" />
                    
Directory.Packages.props
<PackageReference Include="RabbitMQ.Stream.Client" />
                    
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 RabbitMQ.Stream.Client --version 1.11.1
                    
#r "nuget: RabbitMQ.Stream.Client, 1.11.1"
                    
#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 RabbitMQ.Stream.Client@1.11.1
                    
#: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=RabbitMQ.Stream.Client&version=1.11.1
                    
Install as a Cake Addin
#tool nuget:?package=RabbitMQ.Stream.Client&version=1.11.1
                    
Install as a Cake Tool

RabbitMQ client for the stream protocol


The RabbitMQ Stream .NET Client is a .NET library to communicate with the RabbitMQ Stream Plugin. It allows to create and delete streams, as well as to publish to and consume from these streams.

The client is distributed via NuGet.

Please refer to the documentation (PDF) to find out more.

Support

How to Use

Pre-requisites

The library requires .NET 6, .NET 7, .NET 8, .NET 9 or .NET 10

Documentation

Build from source

Build:

make build

Test:

make test

To execute the tests, you need a RabbitMQ 4.x running with the following plugins enabled:

  • rabbitmq_management
  • rabbitmq_stream
  • rabbitmq_stream_management
  • rabbitmq_amqp1_0

Publish the documentation to GitHub Pages:

Make sure you are in the main branch

make publish-github-pages

Release Process

  • Ensure builds are green: link
  • Tag the main branch using your GPG key:
    git tag -a -s -u GPG_KEY_ID -m 'rabbitmq-stream-dotnet-client v1.8.3' 'v1.8.3' && git push && git push --tags
    
  • Ensure the build for the tag passes: link
  • Create the new release on GitHub, which triggers a build and publish to NuGet: link
  • Check for the new version on NuGet: link
  • Best practice is to download the new package and inspect the contents using NuGetPackageExplorer
  • Announce the new release on the mailing list: link
Product 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on RabbitMQ.Stream.Client:

Package Downloads
PgOutput2Json.RabbitMqStreams

PgOutput2Json.RabbitMqStreams library uses PostgreSQL logical replication to push changes, as JSON messages, from database tables to RabbitMQ Streams

Escendit.Extensions.DependencyInjection.RabbitMQ.StreamProtocol

RabbitMQ Stream Client Service Collection Extensions.

SlugEnt.MQStreamProcessor

Allows C# applications to work with RabbitMQ Streaming queues.

Escendit.Orleans.Clients.RabbitMQ.StreamProtocol

RabbitMQ Stream Client for Orleans

UCL.RabbitMQ.Core

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.11.1 102,835 3/23/2026
1.11.0 1,105 3/17/2026
1.10.0 318,466 1/14/2026
1.9.3 82,481 11/18/2025
1.9.2 268,873 10/27/2025
1.9.1 61,897 9/2/2025
1.9.0 45,004 7/8/2025
1.9.0-rc.1 165 7/1/2025
1.8.14 28,713 6/3/2025
1.8.13 85,283 4/28/2025
1.8.12 11,436 4/1/2025
1.8.11 1,487 3/28/2025
1.8.10 763 3/26/2025
1.8.9 1,455,980 10/25/2024
1.8.8 16,762 8/28/2024
1.8.7 23,264 6/10/2024
1.8.6 20,353 6/4/2024
1.8.5 1,673 5/24/2024
1.8.4 1,376 5/21/2024
1.8.3 247,246 4/15/2024
Loading failed