Aspire.Hosting.RabbitMQ
8.2.1
Prefix Reserved
See the version list below for details.
dotnet add package Aspire.Hosting.RabbitMQ --version 8.2.1
NuGet\Install-Package Aspire.Hosting.RabbitMQ -Version 8.2.1
<PackageReference Include="Aspire.Hosting.RabbitMQ" Version="8.2.1" />
paket add Aspire.Hosting.RabbitMQ --version 8.2.1
#r "nuget: Aspire.Hosting.RabbitMQ, 8.2.1"
// Install Aspire.Hosting.RabbitMQ as a Cake Addin #addin nuget:?package=Aspire.Hosting.RabbitMQ&version=8.2.1 // Install Aspire.Hosting.RabbitMQ as a Cake Tool #tool nuget:?package=Aspire.Hosting.RabbitMQ&version=8.2.1
Aspire.Hosting.RabbitMQ library
Provides extension methods and resource definitions for a .NET Aspire AppHost to configure a RabbitMQ resource.
Getting started
Install the package
In your AppHost project, install the .NET Aspire RabbitMQ Hosting library with NuGet:
dotnet add package Aspire.Hosting.RabbitMQ
Usage example
Then, in the Program.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);
Additional documentation
https://learn.microsoft.com/dotnet/aspire/messaging/rabbitmq-client-component
Feedback & contributing
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. |
-
net8.0
- Aspire.Hosting (>= 8.2.1)
- Google.Protobuf (>= 3.28.0)
- Grpc.AspNetCore (>= 2.65.0)
- Grpc.Net.ClientFactory (>= 2.65.0)
- Grpc.Tools (>= 2.66.0)
- KubernetesClient (>= 14.0.9)
- Microsoft.Extensions.Configuration.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Http (>= 8.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 8.0.1)
- Microsoft.Extensions.Options (>= 8.0.2)
- Microsoft.Extensions.Primitives (>= 8.0.0)
- Polly.Core (>= 8.4.1)
- System.Text.Json (>= 8.0.4)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Aspire.Hosting.RabbitMQ:
Package | Downloads |
---|---|
Jerry.WaitForDependencies.Aspire.Hosting
A NuGet version of David Fowler's WaitForDependencies code for WithHealthCheck() on databases in Aspire.AppHost |
|
Nall.Aspire.Hosting.DependsOn.RabbitMq
Aspire Healthchecks for RabbitMQ |
|
Verisoft.Core.Aspire.Hosting
Package Description |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Aspire.Hosting.RabbitMQ:
Repository | Stars |
---|---|
dotnet/eShop
A reference .NET application implementing an eCommerce site
|
|
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
|
|
thangchung/practical-dotnet-aspire
The practical .NET Aspire builds on the coffeeshop app business domain
|
Version | Downloads | Last updated |
---|---|---|
9.0.0 | 1,993 | 11/12/2024 |
9.0.0-rc.1.24511.1 | 3,960 | 10/15/2024 |
8.2.2 | 4,345 | 10/24/2024 |
8.2.1 | 8,671 | 9/26/2024 |
8.2.0 | 25,753 | 8/29/2024 |
8.1.0 | 12,587 | 7/23/2024 |
8.0.2 | 11,604 | 6/28/2024 |
8.0.1 | 19,322 | 5/21/2024 |
8.0.0 | 7,147 | 5/21/2024 |
8.0.0-preview.7.24251.11 | 4,775 | 5/7/2024 |
8.0.0-preview.6.24214.1 | 9,659 | 4/23/2024 |
8.0.0-preview.5.24201.12 | 5,526 | 4/9/2024 |