-
Hi, I have a warning that i would like to get rid of on my RabbitMQ container. If someone have a tip to fix it, it would be awesome :) Here are the versions:
Here is the log of the unhealthy reason: Here is the code of my Program.cs of the Aspire Host project: `var builder = DistributedApplication.CreateBuilder(args); // Configure SQL Server with existing instance // Configure PostgreSQL with existing instance // Connect to existing PostGreSQL databases var migration = builder.AddProject<Projects.CoffeeShop_MigrationService>("migration") var rabbitUser = builder.AddParameter("username", true); // Configure RabbitMQ with existing instance // Configure Redis with existing instance // Configure the Admin Service // Configure the Order Service // Configure the Angular Frontend // Build and run the application Thanks ! P.S: I need to keep the RabbitMQ.Client in version 7.0.0, but I tried to downgrade to version 6.8.X and it won't work, maybe I have to use MassTransit ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
What does your csproj for the apphost look like |
Beta Was this translation helpful? Give feedback.
-
There you go:
|
Beta Was this translation helpful? Give feedback.
Why do you have these in your apphost project: