Hi We have setup two brokers in network of brokers config in version 5.15.0 Its a simple config that has:
<networkConnectors> <networkConnector conduitSubscriptions="false" decreaseNetworkConsumerPriority="true" dynamicOnly="true" name="Q01ToQ02" networkTTL="3" userName="admin" password="******" uri="static:tcp://test.com:61616"> </networkConnector> </networkConnectors> 2017-09-27 13:08:52,029 | INFO | Waited 2.000 seconds for ExecutorService: java.util.concurrent.ThreadPoolExecutor@1d225cd9[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 6] to terminate... | org.apache.activemq.util.ThreadPoolUtils | ActiveMQ InactivityMonitor Worker 2017-09-27 13:08:54,031 | INFO | Waited 4.001 seconds for ExecutorService: java.util.concurrent.ThreadPoolExecutor@1d225cd9[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 6] to terminate... | org.apache.activemq.util.ThreadPoolUtils | ActiveMQ InactivityMonitor Worker 2017-09-27 13:08:56,032 | INFO | Waited 6.003 seconds for ExecutorService: java.util.concurrent.ThreadPoolExecutor@1d225cd9[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 6] to terminate... | org.apache.activemq.util.ThreadPoolUtils | ActiveMQ InactivityMonitor Worker 2017-09-27 13:08:58,033 | INFO | Waited 8.004 seconds for ExecutorService: java.util.concurrent.ThreadPoolExecutor@1d225cd9[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 6] to terminate... | org.apache.activemq.util.ThreadPoolUtils | ActiveMQ InactivityMonitor Worker 2017-09-27 13:09:00,030 | INFO | Waited 10.001 seconds for ExecutorService: java.util.concurrent.ThreadPoolExecutor@1d225cd9[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 6] to terminate... | org.apache.activemq.util.ThreadPoolUtils | ActiveMQ InactivityMonitor Worker 2017-09-27 13:09:00,031 | WARN | Forcing shutdown of ExecutorService: java.util.concurrent.ThreadPoolExecutor@1d225cd9[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 6] due first await termination elapsed. | org.apache.activemq.util.ThreadPoolUtils | ActiveMQ InactivityMonitor Worker 2017-09-27 13:09:00,031 | WARN | Forcing shutdown of ExecutorService: java.util.concurrent.ThreadPoolExecutor@1d225cd9[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 6] due interrupted. | org.apache.activemq.util.ThreadPoolUtils | ActiveMQ InactivityMonitor Worker 2017-09-27 13:09:00,032 | INFO | Shutdown of ExecutorService: java.util.concurrent.ThreadPoolExecutor@1d225cd9[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 6] is shutdown: true and terminated: false took: 10.003 seconds. | org.apache.activemq.util.ThreadPoolUtils | ActiveMQ InactivityMonitor Worker 2017-09-27 13:09:00,033 | WARN | Network connection between vm://localhost#66 and tcp://mules02.carefusion.com/10.192.36.38:61616@56500 shutdown due to a remote error: {} | org.apache.activemq.network.DemandForwardingBridgeSupport | ActiveMQ InactivityMonitor Worker org.apache.activemq.transport.InactivityIOException: Channel was inactive for too (>30000) long: tcp://x.x.x.x:61616 at org.apache.activemq.transport.AbstractInactivityMonitor$5.run(AbstractInactivityMonitor.java:246)[activemq-client-5.15.0.jar:5.15.0] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_131] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_131] at java.lang.Thread.run(Thread.java:748)[:1.8.0_131] 2017-09-27 13:09:00,047 | INFO | Connector vm://localhost stopped | org.apache.activemq.broker.TransportConnector | ActiveMQ BrokerService[localhost] Task-87 2017-09-27 13:09:00,048 | INFO | localhost bridge to tlil0699mules02.carefusion.com stopped | org.apache.activemq.network.DemandForwardingBridgeSupport | ActiveMQ BrokerService[localhost] Task-87 2017-09-27 13:09:00,048 | INFO | localhost bridge to mydomain.com stopped | org.apache.activemq.network.DemandForwardingBridgeSupport | ActiveMQ BrokerService[localhost] Task-87 Is there something we need to change in our configuration ? Any insight is appreciated. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html