Skip to content

Releases: dubek/rabbitmq-dump-queue

v0.7.1

27 Jan 04:04
Compare
Choose a tag to compare

Changelog

  • Update the RabbitMQ library to v1.9.0.
  • Release binaries for arm64.

Installation instructions

  1. Download the package for your platform.
  2. Extract the package.
  3. Run ./rabbitmq-dump-queue -help to see the command-line options.

v0.7

27 Dec 12:13
Compare
Choose a tag to compare

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

  1. Download the package for your platform.
  2. Extract the package.
  3. Run ./rabbitmq-dump-queue -help to see the command-line options.

v0.6

08 Aug 17:29
Compare
Choose a tag to compare

Changelog

Installation instructions

  1. Download the package for your platform.
  2. Extract the package.
  3. Run ./rabbitmq-dump-queue -help to see the command-line options.

v0.5

09 Feb 14:22
Compare
Choose a tag to compare

Changelog

  • Add exchange and routing_key to properties of messages routed through an exchange - from @devployment

Installation instructions

  1. Download the package for your platform.
  2. Extract the package.
  3. Run ./rabbitmq-dump-queue -help to see the command-line options.

v0.4

06 Oct 18:30
Compare
Choose a tag to compare

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

  1. Download the package for your platform.
  2. Extract the package.
  3. Run ./rabbitmq-dump-queue -help to see the command-line options.

v0.3

01 Nov 09:13
Compare
Choose a tag to compare

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

  1. Download the package for your platform.
  2. Extract the package.
  3. Run ./rabbitmq-dump-queue -help to see the command-line options.

v0.2

01 Jul 17:28
Compare
Choose a tag to compare

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

  1. Download the package for your platform.
  2. Extract the package.
  3. Run ./rabbitmq-dump-queue -help to see the command-line options.

v0.1

12 Nov 02:25
Compare
Choose a tag to compare

Changelog

First release.

Installation instructions

  1. Download the package for your platform.
  2. Extract the package.
  3. Run ./rabbitmq-dump-queue -help to see the command-line options.