-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
[Bug]: rabbitmqadmin is deprecated #11361
Copy link
Copy link
Closed as not planned
Labels
Description
Module
RabbitMQ
Testcontainers version
N/A
Using the latest Testcontainers version?
Yes
Host OS
N/A
Host Arch
N/A
Docker version
N/AWhat happened?
The code to automate setup of the rabbitmq:* docker containers uses the deprecated rabbitmqadmin utility. Team RabbitMQ attempted to update that utility to the officially supported one, but, due to differences in the command, will have to revert back to the unmaintained version.
Testcontainers should not be relying on these utilities to configure RabbitMQ, as it has other, better methods to do so. I'll open a PR to use the HTTP API directly.
Relevant log output
N/AAdditional Information
Reactions are currently unavailable