rabbitmq-dump-queue icon indicating copy to clipboard operation
rabbitmq-dump-queue copied to clipboard

Dump messages from a RabbitMQ queue to files, without affecting the queue.

Results 4 rabbitmq-dump-queue issues
Sort by recently updated
recently updated
newest added

I had 1.3 million messages in the queue. I ran it like this ./rabbitmq-dump-queue -uri = "amqp: // login:[email protected]: 5672 /% 2Fpaystatus" -queue = StatusQueueFromDLX -max-messages = 5000000 -output-dir =...

How to use vhost? My queue is in vhost. There is a possibility?

I am not sure this is possible, but - is it possible to extract the most recent N messages from a queue? So, if I had downloaded 20,000 & then...

Upgrade `amqp091-go` module to v0.10.0 and Go to version to 1.24. Modify `main.go` to return usage message when no queue is provided. Update CHANGELOG.md and README.md Add `Dockerfile` and `.dockerignore`...