Hey marc, thanks for the quick response . Answering your questions inline. Let me know anything else required from my side.
[Pooja] No it doesnt say so
A few questions:
- Are you using core spring framework or Spring boot?
[Pooja]Spring boot.
- Is this app a consumer, sender, or both?
[Pooja]It is both, but even with sender alone it loops through creating closing connection
- 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 .
- can you share more of your Spring configuration?
[Pooja] Connection is created using spring autoconfig(spring managed connection) through JmsTemplate.