RabbitMQ¶
Manage RabbitMQ queues, exchanges, bindings, connections, channels, and nodes via the management API.
KeePass¶
Path: rabbitmq/<env>/<instance>
| Field | Meaning |
|---|---|
| URL | host |
| UserName / Password | credentials |
amqp_port |
default 5672 |
mgmt_port |
default 15672 (management API used by the plugin) |
vhost |
default / |
use_tls |
"true" / "false" |
tags |
tags |
omo secrets put rabbitmq/development/local \
--url localhost \
--username omo \
--password omo \
--attr amqp_port=5672 \
--attr mgmt_port=15672
Note
Custom attr port is only a fallback for mgmt_port when mgmt_port is empty.
Views¶
| Key | View |
|---|---|
| 0 | Overview |
| 1 | Queues |
| 2 | Exchanges |
| 3 | Bindings |
| 4 | Connections |
| 5 | Channels |
| 6 | Nodes |
Actions (highlights)¶
| View | Keys |
|---|---|
| Queues | ++I++ info · ++N++ new · ++D++ delete · ++P++ purge · ++M++ messages · ++U++ publish |
| Exchanges | ++I++ info · ++N++ new · ++D++ delete |
| Connections | ++I++ info · ++D++ close |
| Channels / Nodes | ++I++ info |
Tags¶
messaging · broker · amqp