Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
In case the broker at the remote end of a bridge is restarted, ActiveMQ logs:
2019-11-19 07:20:07,403 [ActiveMQ Transport: ssl://amq148.acme.com/192.161.2.43:6166] WARN DemandForwardingBridgeSupport - Network connection between vm://amq115.acme.com#4 and ssl://amq148.acme.com/192.161.2.43:6166 shutdown due to a remote error: {} java.io.EOFException at java.io.DataInputStream.readInt(DataInputStream.java:392) at org.apache.activemq.openwire.OpenWireFormat.unmarshal(OpenWireFormat.java:268) 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.lang.Thread.run(Thread.java:748)
This should rather be:
2019-11-19 07:20:07,403 [ActiveMQ Transport: ssl://amq148.acme.com/192.161.2.43:6166] WARN DemandForwardingBridgeSupport - Network connection between vm://amq115.acme.com#4 and ssl://amq148.acme.com/192.161.2.43:6166 shutdown due to a remote error: java.io.EOFException
Attachments
Issue Links
- relates to
-
AMQ-7433 Use short rendering of exception/throwable in log by default
- Resolved
- links to