@@ -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
112112The 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
128128The node will use ` rabbit-{n}@{hostname} ` for names, so CLI must
@@ -163,8 +163,8 @@ gmake stop-cluster NODES=3
163163When 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