Hello, we are facing similar problem Consumer is closed. and we are setting below parameters on DMLC listenerContainer.setIdleConsumerLimit(idleConsumerLimit); listenerContainer.setReceiveTimeout(defaultReceiveTimeout); listenerContainer.setRecoveryInterval(defaultRecoveryInterval);
so the cache level is default [ CACHE_NONE ]. we have scenario like below A[amq broker] # B[amq broker] ------> C [amq broker client] but we are getting this consumer is closed error. we are getting some other errors, some how our client is not able to reconnect after 12 hours, after that when we restart again it is working properly for some hours. Any suggestions ? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html