- 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.
- 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.
- Add
-full
option to dump the message header and properties intomsg-NNNN-headers+properties.json
files - from @sshaw. - README clarifications - from @kruppel.
- Add amqp package is vendored using git submodule.
- Initial release.