You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We haven't had python in the rabbitmq image (and I didn't know we needed it).
As far as I understand it, the rabbitmqadmin script should exist once you enable the management plugin (which is what the image does). It is available via /cli/ as the docs describe, but only exists in the image after rabbitmq is started:
Too bad the extracted location isn't useful for adding to the path. 😞 But I do think getting it into the path of the management image would make the image a little more useful.
The current 3.6-management branch is missing rabbitmqadmin and Python.
Using this docker-compose:
Here's my terminal:
Given that rabbitmqadmin is a Python script, I can't see how this would work.
Did something change, or am I doing something wrong?
The text was updated successfully, but these errors were encountered: