Skip to content

Commit a028db8

Browse files
Briefly explain how to start a second rabbitmq server
interactively
1 parent 44dd282 commit a028db8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

selenium/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ suites/authnz-mgt/oauth-with-uaa.sh test happy-login.js
168168
been implemented yet.
169169

170170

171+
If your test requires two RabbitMQ servers, typically required when testing WSR or shovels or federation,
172+
you can run the second server, a.k.a. `downstream`, as follows:
173+
```
174+
suites/<yoursuite>.sh start-other-rabbitmq
175+
```
176+
171177
## Test case configuration
172178

173179
RabbitMQ and other components such as UAA, or Keycloak, require configuration files which varies

0 commit comments

Comments
 (0)