This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
Enhancement: allow overriding SimpleMessageListenerContainer.AsynchronousMessageListener#isQueueRunning #350
Labels
component: sqs
SQS integration related issue
status: waiting-for-triage
An issue we've not yet triaged
type: enhancement
A general enhancement
Hello
I was trying to solve an issue of disabling listener to a certain queue at runtime for more than one node of application (so that was done by having a configuration in database).
It seems that it can be done with rather a simple patch by moving the method
SimpleMessageListenerContainer.AsynchronousMessageListener#isQueueRunning
to the SimpleMessageListenerContainer and passing the logicalQueueName as an argument among with raising it's access level to 'protected'
Any chance that patch could be applied sometime later?
Thank you
The text was updated successfully, but these errors were encountered: