Skip to content

How enable plugin management with RabbitMQContainerTest #1047

Answered by HofmeisterAn
exile69000 asked this question in Q&A
Discussion options

You must be logged in to vote

I think the module's base image (rabbitmq:3.11) does not support plugins. You need to override the module's image too:

.WithImage("rabbitmq:3-management")
.WithCommand("rabbitmq-server", "rabbitmq-plugins", "enable", "rabbitmq_management")

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@exile69000
Comment options

Answer selected by exile69000
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