Skip to content

Caching of connections is not working or amount of connections increased unexpectedly #123

@ydrozhdzhal

Description

@ydrozhdzhal

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions