diff --git a/haproxy.cfg b/haproxy.cfg index a0f834f..12828bb 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -115,3 +115,13 @@ listen mqtt-edge option tcplog balance leastconn server edge 192.168.36.5:1883 check + +listen amqp-vke + bind *:5672 + mode tcp + option clitcpka + timeout client 3h + timeout server 3h + option tcplog + balance leastconn + server edge 192.168.122.2:32551 check \ No newline at end of file