Skip to content

Releases: luneo7/rabbitmq-dump-queue

Release list

v0.5

Choose a tag to compare

@luneo7 luneo7 released this 27 Apr 18:58

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

  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

Choose a tag to compare

@luneo7 luneo7 released this 28 Sep 17:40

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

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