RabbitMQ监控和管理工具:QDB
jopen
11年前
QDB 是一个很棒的 RabbitMQ 的监控和管理工具,可使用时间戳和 id 引用对消息进行重放,可备份队列中的消息。
Backup/Replay RabbitMQ Queue
- Backup messages from a queue
- Replay by timestamp as needed
- Watch incoming messages with curl
- Alerts and monitoring
Push To Remote RabbitMQ Server
- Simple HTTP POST to send messages to RabbitMQ
- Your app is protected from network partitions or RabbitMQ downtime
- Replay by timestamp if downstream processing fails
- Easier than running RabbitMQ on both servers with a shovel
- Low memory footprint (run on an EC2 micro instance)