You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lukebakken I cannot think of a reason not to do it. rabbitmq-diagnostics consume_event_stream and rabbitmq-diagnostics list_* commands are the closest we have to a "two-way communication" and even they do not need a listener.
But we can tweak the RABBITMQ_CTL_ERL_ARGS default and see how well those commands that stream results (continuously or when there's a large number of, say, queues) do.
Is your feature request related to a problem? Please describe.
#11463 (comment)
CLI tools could (should) use
RABBITMQ_CTL_ERL_ARGS="-dist_listen false"
by default.Describe the solution you'd like
RABBITMQ_CTL_ERL_ARGS="-dist_listen false"
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: