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

Hi @pooja,

You tried my first guess - not using the CachingConnectionFactory is usually the culprit here. When you run your app do the logs say that the CachingConnectionFactory is being instantiated?

A few questions:

  1. Are you using core spring framework or Spring boot?
  2. Is this app a consumer, sender, or both?
  3. is it disconnecting after each send/receive?
  4. can you share more of your Spring configuration?