I'm using org.apache.activemq.ActiveMQSslConnectionFactory with the url "failover:(ssl://host:port)?initialRreconnectDelay=10000" and am seeing two odd behaviors:
1. Every few minutes we're seeing the client re-establish connections 2. Eventually the server exceeds its connections and stops accepting new connections Both the client and server are running in containers in Kubernetes communicating via a k8s service. Both are running amq 5.15.9. We have to kill the amq pod and restart it to get everything working again once we exceed the number of connections. Any pointers on how to debug and alleviate this issue would be appreciated. Thanks Marrc