From dd1ec326492ac4f2eec62770719f1884eef82f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20Cogolu=C3=A8gnes?= Date: Thu, 19 Sep 2024 11:41:06 +0200 Subject: [PATCH] Use RabbitMQ 4.0 in documentation --- README.md | 4 ++-- src/docs/asciidoc/installation.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed1657e4..f3fab2f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## RabbitMQ Performance Testing Tool -[![Test against RabbitMQ 3.12 stable](https://github.com/rabbitmq/rabbitmq-perf-test/actions/workflows/test.yml/badge.svg)](https://github.com/rabbitmq/rabbitmq-perf-test/actions/workflows/test.yml) +[![Test against RabbitMQ stable](https://github.com/rabbitmq/rabbitmq-perf-test/actions/workflows/test.yml/badge.svg)](https://github.com/rabbitmq/rabbitmq-perf-test/actions/workflows/test.yml) This repository contains source code of the RabbitMQ Performance Testing Tool. The client is maintained by the [RabbitMQ team at Broadcom](https://github.com/rabbitmq/). @@ -93,7 +93,7 @@ You need a local running RabbitMQ instance. Start a RabbitMQ container: - docker run -it --rm --name rabbitmq -p 5672:5672 rabbitmq:3.12 + docker run -it --rm --name rabbitmq -p 5672:5672 rabbitmq:4.0 Run the test suite: diff --git a/src/docs/asciidoc/installation.adoc b/src/docs/asciidoc/installation.adoc index 8ea5f268..7875e12f 100644 --- a/src/docs/asciidoc/installation.adoc +++ b/src/docs/asciidoc/installation.adoc @@ -40,6 +40,6 @@ To run the RabbitMQ broker within Docker, and run PerfTest against it, run the following commands: docker network create perf-test - docker run -it --rm --network perf-test --name rabbitmq -p 15672:15672 rabbitmq:3.12-management + docker run -it --rm --network perf-test --name rabbitmq -p 15672:15672 rabbitmq:4.0-management docker run -it --rm --network perf-test pivotalrabbitmq/perf-test:latest --uri amqp://rabbitmq