[rabbitmq-discuss] RabbitMQ communication ports

Emile Joubert emile at rabbitmq.com
Fri Feb 3 10:10:49 GMT 2012


Hi,

On 03/02/12 05:47, Codevally wrote:
> Other than the 5672 tcp port, what are the other ports RabbitMQ using
> to communicate. We need to identify the ports before implementing the
> firewall. Many thanks.

If you only require (non-SSL) AMQP connections then TCP 5672 is
sufficient. It is typical to run the SSL variant on a different port
(normally 5671). If you use the STOMP adapter or the management console
then you will need ports for those. If you wish to query the broker
across the firewall with the rabbitmqctl tool then you will also need
the ports described here:
http://www.rabbitmq.com/clustering.html#firewall
If you wish to use LDAP authentication then the relevant outgoing port
must be open.

-Emile



More information about the rabbitmq-discuss mailing list