RabbitMQ

Queues, exchanges, connections and nodes over the Management API — with history charts and safe actions like purge and force-close.

RabbitMQ in Kubo
The overview: node health plus message-rate and depth charts drawn from the Management API’s own samples.

A RabbitMQ server is a top-level connection — management URL (default port 15672), username and password, optional CA — because one broker manages many vhosts. It opens as its own screen with four sections: Overview + Nodes, Queues, Exchanges and Connections.

Polling, because there is no stream

The Management API has no watch or stream endpoint, so the lists poll: an initial fetch and a periodic re-fetch while live updates are on (an app-bar toggle), plus pull-to-refresh. That is stated plainly rather than dressed up as “real-time”, because the difference matters when you are watching a queue drain.

Overview and nodes

The Overview section reports broker and per-node health — memory and disk alarms, file descriptors, socket use, partitions — above the history charts that make it worth looking at.

In detail