How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

JMS Listener Threads slowly Decline over time [closed]

calendar_today June 10, 2026 person Frontier domain spring-boot

I have a Spring Boot Java application using JMSListeners with the DefaultJmsListenerContainerFactory with a maximum concurrency of 300 using AutoAcknowledge . When the application is started, processing proceeds quickly, but begins to tail off after an hour or so. I’ve added an Aspect over the Listeners that tracks the number of threads in flight and interrupts any thread that’s been running for too long.

open_in_new Read original post