Skip to content

Commit

Permalink
Add Java requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Aug 7, 2024
1 parent 7713115 commit e213606
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ Use [Stream PerfTest](https://github.com/rabbitmq/rabbitmq-stream-perf-test) if

## Installation

This is a standalone tool that is distributed in binary form using
[GitHub releases](https://github.com/rabbitmq/rabbitmq-perf-test/releases)
and as a JAR file on Maven Central (see below). A [Docker image](https://hub.docker.com/r/pivotalrabbitmq/perf-test/) is available as well.
This is a standalone tool that is distributed in binary form using [GitHub releases](https://github.com/rabbitmq/rabbitmq-perf-test/releases) and as a JAR file on Maven Central (see below).
PerfTest requires at least Java 8, but some features require Java 11.
The latest LTS Java version is recommended.

A [Docker image](https://hub.docker.com/r/pivotalrabbitmq/perf-test/) is available as well.

The [latest snapshot](https://github.com/rabbitmq/rabbitmq-java-tools-binaries-dev/releases/tag/v-rabbitmq-perf-test-latest) is also available.

Expand Down
3 changes: 3 additions & 0 deletions src/docs/asciidoc/installation.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
== Installation

PerfTest requires at least Java 8, but <<usage-advanced.adoc#instance-synchronization,some features>> require Java 11.
The latest LTS Java version is recommended.

=== From Binary

PerfTest is distributed as an uber JAR from https://github.com/rabbitmq/rabbitmq-perf-test/releases[GitHub releases].
Expand Down

0 comments on commit e213606

Please sign in to comment.