How to restore “Messages” and “Message rates” columns in the RabbitMQ Management Console

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 (www.rabbitmq.com/docs/stream#enabling-plugin) is enabled.

Probably due to the plugin enabled the “queues” table doesn’t contain “Message” and “Message rates” columns (with unacknowledged 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 “unacknowledged” column.

I’m not sure whether that is the correct way to archive the main goal – unhide those columns with the “unacknowledged” sub-column.

i.sstatic.net/3SrosNlD.png – trying to disable the plugin

i.sstatic.net/TMrFZyJj.png – the container Web UI without the mentioned columns

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.

Read more here: Source link

How to restore “Messages” and “Message rates” columns in the RabbitMQ Management Console

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 (www.rabbitmq.com/docs/stream#enabling-plugin) is enabled.

Probably due to the plugin enabled the “queues” table doesn’t contain “Message” and “Message rates” columns (with unacknowledged 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 “unacknowledged” column.

I’m not sure whether that is the correct way to archive the main goal – unhide those columns with the “unacknowledged” sub-column.

i.sstatic.net/3SrosNlD.png – trying to disable the plugin

i.sstatic.net/TMrFZyJj.png – the container Web UI without the mentioned columns

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.

Read more here: Source link