[rabbitmq-discuss] Suddenly dropping all conns?
ku3ia
demesg at gmail.com
Fri Aug 23 15:52:40 BST 2013
Hi! I have the same problem. I'm on v. 3.1.5 and haproxy 1.4.18. But my
haproxy and rabbitmq server is on the same machine. I had removed any
servers and leave config as is:
/etc/haproxy/haproxy.cfg
# this config needs haproxy-1.1.28 or haproxy-1.2.1
global
log 127.0.0.1 local0
log 127.0.0.1 local1 notice
#log loghost local0 info
maxconn 4096
#chroot /usr/share/haproxy
user haproxy
group haproxy
daemon
#debug
#quiet
defaults
log global
mode tcp
option tcplog
option dontlognull
retries 3
option redispatch
maxconn 2000
contimeout 5000
clitimeout 50000
srvtimeout 50000
listen rabbitmq 0.0.0.0:5670
mode tcp
balance leastconn
server server1 127.0.0.1:5672 check inter 3000 downinter 500
listen stat :80
mode http
option httplog
stats enable
stats uri /admin/stat
stats refresh 30s
I'm using .NET client. Starting connection... stating channel. Look at the
management module. Its all ok. But after some seconds, may be 10 or more on
Overview section there are no more connections.
When I'm connecting direct to rabbitmq server without HAProxy everything
looks fine, no losts! Please advice. Thanks.
--
View this message in context: http://rabbitmq.1065348.n5.nabble.com/Suddenly-dropping-all-conns-tp16885p29046.html
Sent from the RabbitMQ mailing list archive at Nabble.com.
More information about the rabbitmq-discuss
mailing list