Skip to content

RabbitMQ dashboard gone? #2407

Answered by davidfowl
SalomonHenke asked this question in Q&A
Feb 25, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Yes, we removed it in preview3, it'll back in a future preview (5+), we have to work out some things with respect to multiple endpoints on containers.

You can add the endpoint back via:

builder.AddRabbitMqContainer("rabbitmq")
.WithAnnotation(new ContainerImageAnnotation { Image = "rabbitmq:3-management" })
.WithEndpoint(name: "management", scheme: "http", containerPort: 15672);

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@SalomonHenke
Comment options

@davidfowl
Comment options

Answer selected by SalomonHenke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants