We are running an application using ActiveMQ (currently, version 5.18.3)
with multiple queues and listeners since several years.
Has worked fine, so far --- only, in the last week
we are sometimes seeing Warnings like this in the log-files:
2024-10-18 14:23:07,844 [ActiveMQ Transport:
tcp:///127.0.0.1:61616@44966][FailoverTransport:283]
WARN org.apache.activemq.transport.failover.FailoverTransport - Transport
(tcp://127.0.0.1:61616) failed, not attempting to automatically reconnect
java.io.EOFException: null
at
java.base/java.io.DataInputStream.readFully(DataInputStream.java:210)
at
java.base/java.io.DataInputStream.readInt(DataInputStream.java:385)
at
org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:280)
at
org.apache.activemq.transport.tcp.TcpTransport.readCommand(TcpTransport.java:240)
at
org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:232)
at
org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:215)
at java.base/java.lang.Thread.run(Thread.java:1583)
Evertyhing still seems to work fine without issues.
I'm just a bit concerned what is causing these warnings?
Anyone can explain what's going on?