Skip to content

Releases: rabbitmq/rabbitmq-perf-test

v1.1.0

09 Jan 13:53

Choose a tag to compare

Changes between 1.0.1 and 1.1.0

This is a maintenance release with a few improvements and an upgrade to the RabbitMQ Java Client 4.0.1.

Bump RabbitMQ Java Client version to 4.0.1

GitHub issue: #10

Add logging library

PerfTest binary distribution ships with Logback as a SLF4J binding. Note the PerfTest project doesn't depend on Logback, you can still add it as a dependency in your project and pick your favorite SLF4J binding.

GitHub issue: #11

Allow configuration of channels per producer/consumer connection

Thanks to Simon Jones for this contribution.

GitHub PR: #13

De-duplicate web resources

The web resources of Perf HTML Tools (html, CSS, JS) are no longer duplicated in the Java project and in the HTML Tools directory.

GitHub issue: #9

tools.Host package doesn't match source file location

The Host class wasn't in its proper directory and this could make the project unusable in some IDEs.

GitHub issue: #14

v1.0.1

30 Sep 08:47

Choose a tag to compare

Changes between 1.0.0 and 1.0.1

  • Scripts are actually included in the source distribution
  • The performance-relative classes are now in their own perf Java package

v1.0.0

26 Sep 10:04

Choose a tag to compare

v1.0.0 after extraction from the RabbitMQ Java Client and the merge with the Performance HTML tools.