This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
Dynamically modify SQS queue to an @SqsListener method at runtime ? #789
Labels
status: waiting-for-triage
An issue we've not yet triaged
I am using SqsListener which at the app startup loads foo queue just fine. But while the app is up and running processing events from the queue, if I want to change the queue to a different queue, say foo-test, does spring-cloud support it ?
Background: I am trying to run a test queue part of my deployment and the deployment would start with the test queue. Once messages from the test queue are processed and test is successful, I want to dynamically change the queue to the production queue.
Please advise on how to achieve this. If there are alternative approaches, let me know. Thanks!
The text was updated successfully, but these errors were encountered: