Skip to content

Commit

Permalink
Use RabbitMQ 4.0 in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Sep 19, 2024
1 parent c20c8b2 commit dd1ec32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion src/docs/asciidoc/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit dd1ec32

Please sign in to comment.