spring-projects/spring-integration-aws

SQS failOnMissingQueue support

boolivar opened this issue · 1 comments

SQS SimpleMessageListenerContainer introduces failOnMissingQueue flag in spring-cloud-aws v2.4.2. It allows to detect queue resolution errors early on application startup.
It would be nice to have support for this flag from spring-integration-aws side in SqsMessageDrivenChannelAdapter.