[rabbitmq-discuss] "None of the specified endpoints were reachable"

Michael Klishin mklishin at gopivotal.com
Tue Feb 25 11:18:15 GMT 2014


On 25 Feb 2014, at 14:26, Trần Đức Thông <humg.thongit at gmail.com> wrote:

> listen rabbitmq_local_cluster 192.168.247.131:8088
> 	mode tcp
> 	balance roundrobin
> 	server rabbit_a 10.0.0.101:15672 check inter 5000 rise 2 fall 3
> 	server rabbit_b 192.168.247.129:15672 backup inter 5000 rise 2 fall 3

15672 is RabbitMQ HTTP API port. According to your app snippet, you want RabbitMQ’s protocol port:
5672 or 5671 (over TLS).

MK

Software Engineer, Pivotal/RabbitMQ




More information about the rabbitmq-discuss mailing list