How enable plugin management with RabbitMQContainerTest #1047
-
Hi, I would like to enable plugin management in RabbitMQContainerTest but it's not working. I try this : Java testcontainer have a method : withPluginsEnabled Thanks for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think the module's base image ( .WithImage("rabbitmq:3-management")
.WithCommand("rabbitmq-server", "rabbitmq-plugins", "enable", "rabbitmq_management") |
Beta Was this translation helpful? Give feedback.
I think the module's base image (
rabbitmq:3.11
) does not support plugins. You need to override the module's image too: