Aspire.Hosting.RabbitMQ 13.0.0

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

Aspire.Hosting.RabbitMQ library

Provides extension methods and resource definitions for an Aspire AppHost to configure a RabbitMQ resource.

Getting started

Install the package

In your AppHost project, install the Aspire RabbitMQ Hosting library with NuGet:

dotnet add package Aspire.Hosting.RabbitMQ

Usage example

Then, in the AppHost.cs file of AppHost, add a RabbitMQ resource and consume the connection using the following methods:

var rmq = builder.AddRabbitMQ("rmq");

var myService = builder.AddProject<Projects.MyService>()
                       .WithReference(rmq);

Connection Properties

When you reference a RabbitMQ resource using WithReference, the following connection properties are made available to the consuming project:

RabbitMQ server

The RabbitMQ server resource exposes the following connection properties:

Property Name Description
Host The hostname or IP address of the RabbitMQ server
Port The port number the RabbitMQ server is listening on
Username The username for authentication
Password The password for authentication
Uri The connection URI, with the format amqp://{Username}:{Password}@{Host}:{Port}

Aspire exposes each property as an environment variable named [RESOURCE]_[PROPERTY]. For instance, the Uri property of a resource called db1 becomes DB1_URI.

Additional documentation

Feedback & contributing

https://github.com/dotnet/aspire

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 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.  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 (4)

Showing the top 4 NuGet packages that depend on Aspire.Hosting.RabbitMQ:

Package Downloads
Nall.Aspire.Hosting.DependsOn.RabbitMq

Aspire Healthchecks for RabbitMQ

Verisoft.Core.Aspire.Hosting

Package Description

Codehard.Aspire.Hosting.Payment.RabbitMQ

Package Description

Aspire4RabbitMQDelayedMessageExchange

Easily leverage RabbitMQ's Delayed Message Exchange Plugin in Aspire hosted applications

GitHub repositories (15)

Showing the top 15 popular GitHub repositories that depend on Aspire.Hosting.RabbitMQ:

Repository Stars
dotnet/eShop
A reference .NET application implementing an eCommerce site
meysamhadeli/booking-microservices
A practical microservices with the latest technologies and architectures like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, Masstransit, and Aspire in .Net 9.
mehdihadeli/food-delivery-microservices
🍔 A practical and cloud-native food delivery microservices, built with .Net Aspire, .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
CommunityToolkit/Aspire
A community project with additional components and extensions for .NET Aspire
foxminchan/BookWorm
The practical implementation of Aspire using Microservices, AI-Agents
mehmetozkaya/Design-Microservices-Architecture-with-Patterns-Principles
Design Microservices Architecture with Patterns & Principles. Design Microservices Architecture with Design Patterns, Principles and the Best Practices. How to handle millions of request with designing system for high availability, high scalability, low latency, and resilience to network failures on distributed microservices.
meysamhadeli/booking-modular-monolith
A practical Modular Monolith architecture with the latest technologies and architecture like Vertical Slice Architecture, Event Driven Architecture, CQRS, DDD, gRpc, Masstransit, and Aspire in .Net 9.
thangchung/practical-dotnet-aspire
The practical .NET Aspire builds on the coffeeshop app business domain
daohainam/microservice-patterns
Microservice pattern demos (Saga, EventSourcing, CQRS...) running on .NET Aspire
alex289/CleanArchitecture
Sample .NET 10 API project including Clean Architecture principles, Onion Architecture, MediatR, and Entity Framework with unit and integration tests using xUnit
antosubash/abp-microservice
An abp microservice sample
marinasundstrom/YourBrand
Prototype enterprise system for e-commerce and consulting services
Particular/docs.particular.net
All content for ParticularDocs
239573049/EarthChat
fdonnet/ubik_accounting
Double entry accounting app in Net 9
Version Downloads Last Updated
13.0.0 3,028 11/11/2025
9.5.2 23,159 10/23/2025
9.5.1 30,552 10/3/2025
9.5.0 17,166 9/25/2025
9.4.2 43,952 9/2/2025
9.4.1 37,548 8/12/2025
9.4.0 35,930 7/29/2025
9.3.1 85,440 6/10/2025
9.3.0 54,854 5/19/2025
9.2.1 33,479 4/24/2025 9.2.1 is deprecated because it is no longer maintained.
9.2.0 31,733 4/10/2025 9.2.0 is deprecated because it is no longer maintained.
9.1.0 92,074 2/25/2025 9.1.0 is deprecated because it is no longer maintained.
9.0.0 145,201 11/12/2024 9.0.0 is deprecated because it is no longer maintained.
9.0.0-rc.1.24511.1 7,362 10/15/2024 9.0.0-rc.1.24511.1 is deprecated because it is no longer maintained.
8.2.2 46,383 10/24/2024 8.2.2 is deprecated because it is no longer maintained.
8.2.1 16,151 9/26/2024 8.2.1 is deprecated because it is no longer maintained.
8.2.0 47,220 8/29/2024 8.2.0 is deprecated because it is no longer maintained.
8.1.0 14,311 7/23/2024 8.1.0 is deprecated because it is no longer maintained.
8.0.2 12,509 6/28/2024 8.0.2 is deprecated because it is no longer maintained.
8.0.1 22,934 5/21/2024 8.0.1 is deprecated because it is no longer maintained.
8.0.0 12,404 5/21/2024 8.0.0 is deprecated because it is no longer maintained.
8.0.0-preview.7.24251.11 5,565 5/7/2024 8.0.0-preview.7.24251.11 is deprecated because it is no longer maintained.
8.0.0-preview.6.24214.1 13,865 4/23/2024 8.0.0-preview.6.24214.1 is deprecated because it is no longer maintained.
8.0.0-preview.5.24201.12 5,853 4/9/2024 8.0.0-preview.5.24201.12 is deprecated because it is no longer maintained.