File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ define test_rabbitmq_config
159159[
160160 {rabbit, [
161161$(if $(RABBITMQ_NODE_PORT ) , {tcp_listeners$(comma ) [$(RABBITMQ_NODE_PORT ) ]}$(comma ) ,)
162- {loopback_users, []}
162+ {loopback_users, []},
163+ {cluster_name, "localhost"}
163164 ]},
164165 {rabbitmq_management, [
165166$(if $(RABBITMQ_NODE_PORT ) , {listener$(comma ) [{port$(comma ) $(shell echo "$$(($(RABBITMQ_NODE_PORT ) + 10000 ) ) ") }]},)
@@ -375,6 +376,7 @@ start-brokers start-cluster: $(DIST_TARGET)
375376 RABBITMQ_NODE_PORT=" $$ ((5672 + $$ n - 1))" \
376377 RABBITMQ_SERVER_START_ARGS=" \
377378 -rabbit loopback_users [] \
379+ -rabbit cluster_name localhost \
378380 -rabbitmq_management listener [{port,$$ (( 15672 + $$ n - 1 )) }] \
379381 -rabbitmq_mqtt tcp_listeners [$$ (( 1883 + $$ n - 1 )) ] \
380382 -rabbitmq_web_mqtt tcp_config [{port,$$ (( 1893 + $$ n - 1 )) }] \
You can’t perform that action at this time.
0 commit comments