After upadting our application to Spring Boot 3.5.7 usage and switching to mq-jms-spring-boot-starter 3.5.7 our application start obtaining connection issues with server with the following root cause:
Error stacktrace
After checking server logs and other stuff we figured out that instead of creating 4 connections as it was in version 3.5.5 application created 16 connections - nothing was changed in configuration or amount of queue listeners. This was above the limit of connections and was causing issues.
Our JMS configuration
Can you look and analyze/fix such behavior? I spent a lot of time and didn't find anything that can be the root cause of this issue.