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

Hey marc, thanks for the quick response :smile: . Answering your questions inline. Let me know anything else required from my side.

[Pooja] No it doesnt say so

A few questions:

  1. Are you using core spring framework or Spring boot?
    [Pooja]Spring boot.
  1. Is this app a consumer, sender, or both?
    [Pooja]It is both, but even with sender alone it loops through creating closing connection
  1. is it disconnecting after each send/receive?
    [Pooja]Not actually. Connection creation and closing are happening in every fixed interval of time. Seems like some timer is set for connection .
  1. can you share more of your Spring configuration?
    [Pooja] Connection is created using spring autoconfig(spring managed connection) through JmsTemplate.