spring-cloud-aws
spring-cloud-aws copied to clipboard
Ability to define different region on listener methods
This issue is related to #67.
Ideally the region of the SQS queue can be defined on every listener method.
@SqsListener(value = "queue", region = "us-east-1")
public void listener(String message) {/*...*/}
@alainsahli @dsyer Is there any progress on this?
Any progress?
https://github.com/spring-cloud/spring-cloud-aws/issues/375
Possible workaround. But this should a well needed feature. Especially when you are using FIFO Queues..