Skip to content

2.1.0.M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@pivotal-rabbitmq-ci pivotal-rabbitmq-ci released this 12 Jan 10:32
· 1914 commits to main since this release

Changes between 2.0.0 and 2.1.0.M1

This pre-release introduces several new features. It's backward compatible with 2.0.0.

Spreads producers and consumers across multiple queues based on a queue pattern

The --queue-pattern, --queue-pattern-from, and --queue-pattern-to allows creating and configuring queues and spreading producers and consumers on those queues. This allows simulating several producers and consumers (100s and more) on several queues (100s and more).

GitHub issue: #64

Use exec to run java

On Unix-based systems, the PID returned to the parent process is now the PID of the JVM, not of the shell running the script.

GitHub pull request: #68

Add --version option

The --version command displays information about the system (PerfTest version and Git hash, Java Client used, JVM used, etc).

GitHub issue: #60