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 continuously - 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 <http://10.33.168.186:5445> failed:
java.io.EOFException*


*Please Advice to resolve this issue. *


*Thanks,*

*Daivish. *

Reply via email to