Disable RabbitMQ Clustering #9441
Replies: 1 comment
-
@asadhasnain that port is also used by CLI tools so no, you cannot fully disable it. But in the specific case above, the port listener is bound to localhost anyway. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to disable clustering in RabbitMQ?
Following communication port should not listen
Interface: 127.0.0.1, port: 25672, protocol: clustering, purpose: inter-node and CLI tool communication
I just want to restrict the ports to following:
Interface: [::1], port: 5672, protocol: amqp, purpose: AMQP 0-9-1 and AMQP 1.0
Interface: 127.0.0.1, port: 5672, protocol: amqp, purpose: AMQP 0-9-1 and AMQP 1.0
Beta Was this translation helpful? Give feedback.
All reactions