| name | rabbitmq-admin |
| description | RabbitMQ 4.1.4 administration including streams, AMQP, topology management, and troubleshooting |
| license | MIT |
| compatibility | opencode |
| metadata | {"messaging":"rabbitmq","version":"4.1.4","protocols":"streams,amqp,management"} |
What I Do
Provide comprehensive guidance for administering RabbitMQ 4.1.4 in the crypto-scout ecosystem, including Streams, AMQP, topology configuration, and operational tasks.
Core Concepts
RabbitMQ Streams
High-throughput, append-only log messaging with:
- Non-destructive reads: Multiple consumers at different offsets
- Offset tracking: Per-consumer position management
- Retention policies: Time and size-based retention
- Protocol: Binary protocol on port 5552
AMQP 0.9.1
Traditional message queuing with:
- Queue-based: FIFO message delivery
- Acknowledgments: Explicit delivery confirmation
- Routing: Exchange-based message routing
- : Binary protocol on port 5672