Solace JMS Channel closing on it's own when running on a Kubernetes cluster (Spring Boot Autoconfig)

Hi @jangrahul ,

Ah okay, I found out why. It looks like the default JMS health check is just starting a new connection and closing it each time you check. I would recommend not using that and coding your own health check that checks the status of the JMS resources you are actually using instead.

See the code here: