spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.63k stars 38.14k forks source link

JMS CachingConnectionFactory monitoring [SPR-11288] #15912

Closed spring-projects-issues closed 1 year ago

spring-projects-issues commented 10 years ago

Ruslan opened SPR-11288 and commented

Hi, we're using CachingConnectionFactory for JMS vendor specific Connection Factory. The problem with CachingConnectionFactory is that it does a good thing, but no visibility over it. Let's say i have 25 threads listening to MQ Queue, transforming messages and resending to 3 endpoints. Currently all of them (4 endpoints) using same CachingConnectionFactory. Session cache size is 100. How do i know how many sessions are cached and free at the moment?


No further details from SPR-11288

jhoeller commented 1 year ago

Superseded by #26811.