Subscribers go offline after some time ActiveMQ Version 5.8 We have a Failover setup where producer consumer connect to ActiveMQ. We have noticed that the subscribers go offline after some time and the messages do not reach the subscribers when they arrive.
This is the configuration used in activemq: networkConnectors><networkConnector prefetchSize="10" networkTTL="3" uri="static:(tcp://100.64.14.205:61616)"/></networkConnectors> <transportConnector name="openwire" uri="tcp://0.0.0.0:61616?wireFormat.maxInactivityDuration=-1&wireFormat.cacheSize=2048&wireFormat.socketBufferSize=131072" discoveryUri="multicast://default"/> </transportConnectors> -- View this message in context: http://activemq.2283324.n4.nabble.com/Subscribers-go-offline-after-some-time-tp4669870.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.