Releases: luneo7/rabbitmq-dump-queue
Releases · luneo7/rabbitmq-dump-queue
v0.5
Changelog
- Now you can publish dumped messages from a directory to one exchange/server
- And also when dumping messages you can also publish them to another exchange in the same server or a different one
Installation instructions
- Download the package for your platform.
- Extract the package.
- Run
./rabbitmq-dump-queue -help
to see the command-line options.
v0.4
Changelog
- Added the possibility to ack specific messages
- The output file is a JSON containing the content, headers and properties of the message
- Ability to set if content is JSON or not
Installation instructions
- Download the package for your platform.
- Extract the package.
- Run
./rabbitmq-dump-queue -help
to see the command-line options.