I’m running the newest rabbitmq (3.13) container based on rabbitmq
docker image. For some reason instead of “Queues” it has “Queues and Streams” tab in the management console (web UI). I think that is because “rabbitmq_stream” plugin (https://www.rabbitmq.com/docs/stream#enabling-plugin) is enabled.
Probably due to the plugin enabled the “queues” table doesn’t contain “Messages” and “Message rates” columns (with the “unacked” subcolumn).
I tried to disable that plugin, but the container crashes every time (see the attached screen).
I expected that would restore the old “Queues” tab with the old table having the “unacked” column.
I’m not sure whether that is the correct way to archive the main goal – unhide those columns with the “unacked” sub-column.
https://i.sstatic.net/3SrosNlD.png – trying to disable the plugin
https://i.sstatic.net/TMrFZyJj.png – the container Web UI without the mentioned columns
https://i.sstatic.net/TX2LV3Jj.png – an example of UI with the columns
UPD. Sorry, the form validation doesn’t allow saving images in the post.