Hello, we're running activemq with a loadbalancer setup. The loadbalancer does TCP alive checks to port 61616 which causes many Warnings in the activemq log. Is there any way to ignore requests from the loadbalancers ip? It's important to don't denied the access for those ip addresses, we want that they don't disturb the application.
2013-08-30 12:39:11,038 | WARN | Transport Connection to: tcp://10.12.21.4:11583 failed: java.net.SocketException: Connection reset | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ Transport: tcp:///10.12.21.4:11583@61616 2013-08-30 12:39:11,429 | WARN | Transport Connection to: tcp://10.12.20.4:11198 failed: java.net.SocketException: Connection reset | org.apache.activemq.broker.TransportConnection.Transport | ActiveMQ Transport: tcp:///10.12.20.4:11198@61616 Thanks in advance! Mit freundlichen Grüßen / Best regards Björn