iparadiso

Results 4 comments of iparadiso

Yes, this is basic spring autoconfiguration behavior. The problem is you're expecting a [specific bean name](https://github.com/awspring/spring-cloud-aws/blob/e722d3aa37c2b95679a545c70412da224ed6ef6a/spring-cloud-aws-sqs/src/main/java/io/awspring/cloud/sqs/config/EndpointRegistrar.java#L53) to exist in the bean factory. This bean name is expected to be `defaultSqsListenerContainerFactory`...

Thanks @tomazfernandes I think this helps clear things up! It wasn't clear to me that we need to register that factory bean name with the [SqsListenerConfigurer](https://docs.awspring.io/spring-cloud-aws/docs/3.0.2/reference/html/index.html#global-configuration-for-sqslisteners) when using both techniques....

Submitted https://github.com/awspring/spring-cloud-aws/pull/979 for consideration.

Hi folks. I was about to start a PR for this very effort now that spring boot 4 is GA, but I think this branch is further ahead that It's...