@@ -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
9191The 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
107107The node will use ` rabbit-{n}@{hostname} ` for names, so CLI must
@@ -142,8 +142,8 @@ gmake stop-cluster NODES=3
142142When 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 )
0 commit comments