Skip to content

Commit 92d963e

Browse files
michaelklishinmergify[bot]
authored andcommitted
Update CONTRIBUTING.md for #15072
(cherry picked from commit 1efda84) (cherry picked from commit 2cf7d81)
1 parent 4975fc4 commit 92d963e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ with-env {'RABBITMQ_METADATA_STORE': 'khepri'} { gmake ct-quorum_queue }
8484

8585
``` shell
8686
# Run from repository root.
87-
# Starts a node with the management plugin enabled
88-
gmake run-broker RABBITMQ_PLUGINS=rabbitmq_management
87+
# Starts a node with management and two stream plugins enabled
88+
gmake run-broker ENABLED_PLUGINS="rabbitmq_management rabbitmq_stream rabbitmq_stream_management"
8989
```
9090

9191
The nodes will be started in the background. They will use `rabbit@{hostname}` for its name, so CLI will be able to contact
@@ -100,8 +100,8 @@ it without an explicit `-n` (`--node`) argument:
100100

101101
``` shell
102102
# Run from repository root.
103-
# Starts a three node cluster with the management plugin enabled
104-
gmake start-cluster NODES=3 RABBITMQ_PLUGINS=rabbitmq_management
103+
# Starts a three node cluster with management and two stream plugins enabled
104+
gmake start-cluster NODES=3 ENABLED_PLUGINS="rabbitmq_management rabbitmq_stream rabbitmq_stream_management"
105105
```
106106

107107
The node will use `rabbit-{n}@{hostname}` for names, so CLI must
@@ -142,8 +142,8 @@ gmake stop-cluster NODES=3
142142
When working on management UI code, besides starting the node with
143143

144144
``` shell
145-
# starts a node with the management plugin enabled
146-
gmake run-broker RABBITMQ_PLUGINS=rabbitmq_management
145+
# starts a node with management and two stream plugins enabled
146+
gmake run-broker ENABLED_PLUGINS="rabbitmq_management rabbitmq_stream rabbitmq_stream_management"
147147
```
148148

149149
(or any other set of plugins), it is highly recommended to use [BrowserSync](https://browsersync.io/#install)

deps/rabbitmq_auth_backend_internal_loopback/CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ will run the older version.
105105

106106
``` shell
107107
# Run from repository root.
108-
# Starts a node with the management plugin enabled
109-
gmake run-broker RABBITMQ_PLUGINS=rabbitmq_management
108+
# Starts a node with management and two stream plugins enabled
109+
gmake run-broker ENABLED_PLUGINS="rabbitmq_management rabbitmq_stream rabbitmq_stream_management"
110110
```
111111

112112
The nodes will be started in the background. They will use `rabbit@{hostname}` for its name, so CLI will be able to contact
@@ -121,8 +121,8 @@ it without an explicit `-n` (`--node`) argument:
121121

122122
``` shell
123123
# Run from repository root.
124-
# Starts a three node cluster with the management plugin enabled
125-
gmake start-cluster NODES=3 RABBITMQ_PLUGINS=rabbitmq_management
124+
# Starts a three node cluster with management and two stream plugins enabled
125+
gmake start-cluster NODES=3 ENABLED_PLUGINS="rabbitmq_management rabbitmq_stream rabbitmq_stream_management"
126126
```
127127

128128
The node will use `rabbit-{n}@{hostname}` for names, so CLI must
@@ -163,8 +163,8 @@ gmake stop-cluster NODES=3
163163
When working on management UI code, besides starting the node with
164164

165165
``` shell
166-
# starts a node with the management plugin enabled
167-
gmake run-broker RABBITMQ_PLUGINS=rabbitmq_management
166+
# starts a node with management and two stream plugins enabled
167+
gmake run-broker ENABLED_PLUGINS="rabbitmq_management rabbitmq_stream rabbitmq_stream_management"
168168
```
169169

170170
(or any other set of plugins), it is highly recommended to use [BrowserSync](https://browsersync.io/#install)

0 commit comments

Comments
 (0)