Releases: dubek/rabbitmq-dump-queue
Releases · dubek/rabbitmq-dump-queue
v0.7.1
v0.7
Changelog
- Allow
-max-messages=0
to dump all the messages from the queue - from @ReallyLiri - Update the RabbitMQ library to v1.2.0.
Installation instructions
- Download the package for your platform.
- Extract the package.
- Run
./rabbitmq-dump-queue -help
to see the command-line options.
v0.6
Changelog
- Internally, uses the official RabbitMQ Go client library.
- No functional changes expected.
Installation instructions
- Download the package for your platform.
- Extract the package.
- Run
./rabbitmq-dump-queue -help
to see the command-line options.
v0.5
Changelog
- Add
exchange
androuting_key
to properties of messages routed through an exchange - from @devployment
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
- Print an error when there are unused arguments on the command-line.
- Add
-ack
option to acknowledge the received messages and therefore to remove them from the queue - from @msteggink. - Use native Go modules (need Go 1.13) to handle dependencies instead of using git submodules.
Installation instructions
- Download the package for your platform.
- Extract the package.
- Run
./rabbitmq-dump-queue -help
to see the command-line options.
v0.3
Changelog
- Add system tests against a local RabbitMQ server.
- Add
-insecure-tls
option to skip verification of the RabbitMQ's TLS
certificates; as the name hints, this is NOT SECURE.
Installation instructions
- Download the package for your platform.
- Extract the package.
- Run
./rabbitmq-dump-queue -help
to see the command-line options.
v0.2
Changelog
- Add
-full
option to dump the message header and properties into
msg-NNNN-headers+properties.json
files - from
@sshaw. - README clarifications - from @kruppel.
- Add amqp package is vendored using git submodule.
Installation instructions
- Download the package for your platform.
- Extract the package.
- Run
./rabbitmq-dump-queue -help
to see the command-line options.