From 4054f6572e7f992440bb1186e7289cdc84619a6a Mon Sep 17 00:00:00 2001 From: Marcial Rosales Date: Wed, 21 May 2025 15:50:29 +0200 Subject: [PATCH] Briefly explain how to start a second rabbitmq server interactively (cherry picked from commit a028db8156ce3b44d1d7da1fbe8f352ea7c1f205) --- selenium/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/selenium/README.md b/selenium/README.md index 5c72d3f44c..6bec54a14f 100644 --- a/selenium/README.md +++ b/selenium/README.md @@ -168,6 +168,12 @@ suites/authnz-mgt/oauth-with-uaa.sh test happy-login.js been implemented yet. +If your test requires two RabbitMQ servers, typically required when testing WSR or shovels or federation, +you can run the second server, a.k.a. `downstream`, as follows: +``` +suites/.sh start-other-rabbitmq +``` + ## Test case configuration RabbitMQ and other components such as UAA, or Keycloak, require configuration files which varies