Briefly explain how to start a second rabbitmq server

interactively

(cherry picked from commit a028db8156)
This commit is contained in:
Marcial Rosales 2025-05-21 15:50:29 +02:00 committed by Mergify
parent c9da9e15ef
commit 4054f6572e
1 changed files with 6 additions and 0 deletions

View File

@ -168,6 +168,12 @@ suites/authnz-mgt/oauth-with-uaa.sh test happy-login.js
been implemented yet. 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/<yoursuite>.sh start-other-rabbitmq
```
## Test case configuration ## Test case configuration
RabbitMQ and other components such as UAA, or Keycloak, require configuration files which varies RabbitMQ and other components such as UAA, or Keycloak, require configuration files which varies