The handshake timeout ERROR message was a feature added to help users identify when ill-behaved or malicious clients connect to the broker and to clean up any resources such clients leave behind. This work was done as part of ARTEMIS-1420. The timeout is configurable so that the ERROR messages aren't logged, but that will also disable the clean-up which may or may not be a problem in your use-case. You should just be able to set "handshake-timeout=0" on the relevant acceptor URL.
Justin On Wed, Mar 27, 2019 at 12:05 AM naveen <[email protected]> wrote: > Dear, > > We are using Network Load balancer to publish and consumer the messages > from > using Artemis broker. we are continuously getting the error in artemis.log > as below > > 2019-03-27 08:54:28,714 ERROR [org.apache.activemq.artemis.core.server] > AMQ224088: Timeout (10 seconds) while handshaking has occurred. > > However the above error is not creating any problem to us but every 10 > seconds it is writing a error log in artemis.log and the log is filling up. > > This error is coming due to network load balancer probing every 10 seconds > to verify port is available or not > > Could you please guide how to overcome this error writing into logs. > > > > -- > Sent from: > http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html >
