RabbitMQ management defualt port

18 views
Skip to first unread message

Grad Ionut

unread,
Apr 15, 2020, 8:51:48 AM4/15/20
to rabbitmq-users

Hello,

What happens if the default port (15672) is not available when trying to start rabbitmq management? It will fail or will start on another port? If yes, how to find that port?

Wesley Peng

unread,
Apr 15, 2020, 8:54:30 AM4/15/20
to rabbitm...@googlegroups.com
If port 15672 is unavailable the management plugin won't get started up IMO.

Thanks.

On Wed, Apr 15, 2020 at 8:51 PM Grad Ionut <ionutg...@gmail.com> wrote:

Hello,

What happens if the default port (15672) is not available when trying to start rabbitmq management? It will fail or will start on another port? If yes, how to find that port?

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/be3af0f5-8247-42fc-bb68-7e6287dc9a12%40googlegroups.com.

Michael Klishin

unread,
Apr 15, 2020, 11:45:25 AM4/15/20
to rabbitmq-users
If a listener fails to bind to an address/port e.g. because the port has been already taken, the plugin will fail to start
and then so will the node.

On Wed, Apr 15, 2020 at 3:51 PM Grad Ionut <ionutg...@gmail.com> wrote:

Hello,

What happens if the default port (15672) is not available when trying to start rabbitmq management? It will fail or will start on another port? If yes, how to find that port?

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/be3af0f5-8247-42fc-bb68-7e6287dc9a12%40googlegroups.com.


--
MK

Staff Software Engineer, Pivotal/RabbitMQ

Michael Klishin

unread,
Apr 15, 2020, 11:48:20 AM4/15/20
to rabbitmq-users
Outside of inter-node communication, RabbitMQ never dynamically selects server ports.
Either the configured port or a default is used.

`rabbitmq-diagnostics` provides commands that list node state, including listeners, and even can perform
a basic TCP connectivity to them from the current host [1][2]. When in doubt about the state of the node,
see what `rabbitmq-diagnostics` provides as well as server logs (listener startup is logged and includes the port)


On Wed, Apr 15, 2020 at 3:51 PM Grad Ionut <ionutg...@gmail.com> wrote:

Hello,

What happens if the default port (15672) is not available when trying to start rabbitmq management? It will fail or will start on another port? If yes, how to find that port?

--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/be3af0f5-8247-42fc-bb68-7e6287dc9a12%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages