spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

Ability to define different region on listener methods

Open alainsahli opened this issue 10 years ago • 3 comments

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 avatar Nov 01 '15 15:11 alainsahli

@alainsahli @dsyer Is there any progress on this?

raoofm avatar Jan 22 '18 22:01 raoofm

Any progress?

PospolitaNV avatar Oct 25 '18 10:10 PospolitaNV

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..

tmnuwan12 avatar Oct 25 '18 11:10 tmnuwan12