Daivish Shah created AMQ-6615:
---------------------------------
Summary: org.apache.activemq.broker.TransportConnection.Transport
- Transport Connection to: tcp://XX.XX.XXX.XXX:5445 failed: java.io.EOFException
Key: AMQ-6615
URL: https://issues.apache.org/jira/browse/AMQ-6615
Project: ActiveMQ
Issue Type: Improvement
Components: activemq-pool
Affects Versions: 5.12.0
Reporter: Daivish Shah
Priority: Critical
We have following Configuration in Activemq.XML
<networkConnectors>
<networkConnector
name="topic-project-mq-stg1-node1"
uri="static:(tcp://node1.abcl.com:6162)?maxReconnectDelay=5000&useExponentialBackOff=false;"
duplex="false"
decreaseNetworkConsumerPriority="true"
networkTTL="2"
dynamicOnly="true">
<excludedDestinations>
<queue physicalName=">" />
</excludedDestinations>
</networkConnector>
<networkConnector
name="queue-project-mq-stg1-node1"
uri="static:(tcp://node1.abcl.com:6162)?maxReconnectDelay=5000&useExponentialBackOff=false;"
duplex="true"
decreaseNetworkConsumerPriority="true"
networkTTL="2"
dynamicOnly="true">
<excludedDestinations>
<topic physicalName=">" />
</excludedDestinations>
</networkConnector>
</networkConnectors>
It's throwing following Errors in the log files continously - Can you please
explain this issue ? IT this is a BUG in the ActiveMQ code ?
2017-03-03 13:54:13,425 [ActiveMQ Transport: tcp:///XX.XX.XXX.XXX:42738@6162]
WARN org.apache.activemq.broker.TransportConnection.Transport - Transport
Connection to: tcp://10.33.168.186:5445 failed: java.io.EOFException
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)