-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)type: enhancementA general enhancementA general enhancement
Milestone
Description
Hello, it seems the org.springframework.jms.connection.CachingConnectionFactory class uses the cachedSessions property to manage the sessions in the connection factory.
This is a private property and it has not any getter method to obtain the value. In order to instrument CachingConnectionFactory it could be useful to access this property or, at least, its size. Could a public method be added in the CachingConnectionFactory class to return the cachedSessions value (or its size)?
Thanks for your time!
Metadata
Metadata
Assignees
Labels
in: messagingIssues in messaging modules (jms, messaging)Issues in messaging modules (jms, messaging)type: enhancementA general enhancementA general enhancement