CommunityToolkit.Aspire.MassTransit.RabbitMQ 9.1.0

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

MassTransit RabbitMQ Aspire Client Extension

Overview

This package provides an Aspire client extension for seamlessly integrating MassTransit with RabbitMQ. It works with the Aspire.Hosting.RabbitMQ.AddRabbitMQ() method for hosting.

The name string should match the name used in Aspire.Hosting.RabbitMQ.AddRabbitMQ(), as it references the connection string.


Features

  • Configures MassTransit RabbitMQ integration for clients.
  • Automatically discovers and registers consumers, sagas, and activities.
  • Supports OpenTelemetry and Application Insights for monitoring.
  • Uses the same configuration format as the hosting environment for easy integration.
  • Multi-bus support to configure multiple RabbitMQ instances.

Usage

Installation

To install, add the extension to your client application using builder.Services in Startup.cs or Program.cs.

Example Usage

builder.AddMassTransitRabbitMq(
    "rmq",
    options => { options.DisableTelemetry = false; },
    consumers =>
    {
        consumers.AddConsumer<SubmitOrderConsumer>();
        consumers.AddConsumer<CancelOrderConsumer>();
        consumers.AddConsumer<UpdateOrderConsumer>();
    }
);

Multi-bus example

public interface ISecondBus : IBus;
builder.AddMassTransitRabbitMq("rabbitmq1", massTransitConfiguration: x =>
{
    x.AddConsumer<TestConsumer>();
});
builder.AddMassTransitRabbitMq<ISecondBus>("rabbitmq2", massTransitConfiguration: x =>
{
    x.AddConsumer<TestConsumerTwo>();
});
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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.3.1-beta.253 114 4/1/2025
9.3.1-beta.252 89 3/27/2025
9.3.1-beta.250 88 3/27/2025
9.3.1-beta.249 85 3/27/2025
9.3.1-beta.248 90 3/27/2025
9.3.1-beta.247 88 3/27/2025
9.3.1-beta.244 439 3/25/2025
9.3.1-beta.242 437 3/24/2025
9.3.1-beta.241 114 3/19/2025
9.3.0 242 3/19/2025
9.3.0-beta.239 106 3/19/2025
9.2.2-beta.237 110 3/19/2025
9.2.2-beta.236 82 3/14/2025
9.2.2-beta.230 123 3/13/2025
9.2.2-beta.229 108 3/13/2025
9.2.2-beta.228 124 3/11/2025
9.2.2-beta.227 120 3/11/2025
9.2.2-beta.226 119 3/11/2025
9.2.2-beta.225 113 3/11/2025
9.2.2-beta.224 120 3/11/2025
9.2.2-beta.223 120 3/10/2025
9.2.2-beta.222 122 3/10/2025
9.2.2-beta.220 124 3/9/2025
9.2.2-beta.218 119 3/9/2025
9.2.2-beta.217 161 3/7/2025
9.2.2-beta.216 161 3/7/2025
9.2.2-beta.215 150 3/7/2025
9.2.2-beta.214 164 3/5/2025
9.2.2-beta.213 156 3/5/2025
9.2.2-beta.212 153 3/5/2025
9.2.2-beta.211 160 3/4/2025
9.2.2-beta.210 164 3/4/2025
9.2.2-beta.208 53 3/3/2025
9.2.1 248 3/3/2025
9.2.1-beta.207 72 3/2/2025
9.2.1-beta.206 49 3/1/2025
9.2.1-beta.205 55 2/27/2025
9.2.1-beta.204 50 2/26/2025
9.2.1-beta.203 47 2/26/2025
9.2.0 201 2/26/2025
9.2.0-beta.202 54 2/26/2025
9.2.0-beta.201 50 2/26/2025
9.2.0-beta.199 52 2/26/2025
9.2.0-beta.198 47 2/26/2025
9.1.1-beta.197 51 2/25/2025
9.1.1-beta.196 52 2/25/2025
9.1.1-beta.195 45 2/25/2025
9.1.1-beta.194 54 2/25/2025
9.1.1-beta.193 54 2/25/2025
9.1.1-beta.192 50 2/24/2025
9.1.1-beta.191 56 2/24/2025
9.1.1-beta.190 50 2/19/2025
9.1.1-beta.189 51 2/19/2025
9.1.1-beta.188 58 2/19/2025
9.1.1-beta.187 60 2/19/2025
9.1.1-beta.183 64 2/18/2025
9.1.1-beta.182 66 2/18/2025
9.1.1-beta.181 69 2/18/2025
9.1.1-beta.180 57 2/17/2025
9.1.1-beta.178 62 2/17/2025
9.1.1-beta.177 56 2/12/2025
9.1.1-beta.176 67 2/11/2025
9.1.1-beta.175 58 2/11/2025
9.1.1-beta.173 63 2/10/2025
9.1.1-beta.169 54 2/6/2025
9.1.1-beta.168 52 2/5/2025
9.1.1-beta.166 48 2/5/2025
9.1.1-beta.165 48 2/5/2025
9.1.1-beta.164 56 2/3/2025
9.1.1-beta.162 53 2/3/2025
9.1.1-beta.155 53 1/30/2025
9.1.1-beta.154 52 1/30/2025
9.1.1-beta.153 50 1/30/2025
9.1.1-beta.152 45 1/29/2025
9.1.1-beta.150 57 1/29/2025
9.1.1-beta.148 51 1/26/2025
9.1.1-beta.147 48 1/26/2025
9.1.1-beta.146 49 1/23/2025
9.1.1-beta.145 50 1/22/2025
9.1.1-beta.144 44 1/22/2025
9.1.1-beta.142 45 1/22/2025
9.1.1-beta.140 50 1/22/2025
9.1.1-beta.139 48 1/21/2025
9.1.1-beta.138 49 1/20/2025
9.1.1-beta.137 41 1/17/2025
9.1.1-beta.136 36 1/15/2025
9.1.1-beta.135 18 1/15/2025
9.1.1-beta.134 17 1/15/2025
9.1.1-beta.128 33 1/9/2025
9.1.1-beta.127 36 1/9/2025
9.1.1-beta.126 41 1/9/2025
9.1.1-beta.125 41 1/9/2025
9.1.1-beta.124 49 1/9/2025
9.1.0 186 12/12/2024
9.1.0-beta.123 58 1/3/2025
9.1.0-beta.122 54 1/3/2025
9.1.0-beta.121 53 1/2/2025
9.1.0-beta.120 50 12/30/2024
9.1.0-beta.119 45 12/30/2024
9.1.0-beta.118 52 12/30/2024
9.1.0-beta.116 48 12/30/2024
9.1.0-beta.114 50 12/30/2024
9.1.0-beta.113 48 12/30/2024
9.1.0-beta.112 50 12/18/2024
9.1.0-beta.110 56 12/16/2024
9.1.0-beta.109 57 12/12/2024
9.0.1-beta.108 56 12/12/2024
9.0.1-beta.107 52 12/11/2024
9.0.1-beta.106 54 12/12/2024
9.0.1-beta.104 54 12/11/2024