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

doc clarification for issue 971

Open iparadiso opened this issue 2 years ago • 0 comments

https://github.com/awspring/spring-cloud-aws/issues/971

Clarify bean factory name overrides needed for a mix of @SqsListener acknowledgmentMode usages with existing custom MessageListenerContainerFactory defined in the app.

:loudspeaker: Type of change

  • [ ] Bugfix
  • [ ] New feature
  • [X ] Enhancement
  • [ ] Refactoring

:scroll: Description

Doc clarification for issue https://github.com/awspring/spring-cloud-aws/issues/971

:bulb: Motivation and Context

Helps clarify the reason for the following exception found when using custom MessageListenerContainerFactory and acknowledgementMode annotation in the same app.

No MessageListenerContainerFactory bean with name defaultSqsListenerContainerFactory found for endpoint names

:green_heart: How did you test it?

:pencil: Checklist

  • [ ] I reviewed submitted code
  • [ ] I added tests to verify changes
  • [X] I updated reference documentation to reflect the change
  • [ ] All tests passing
  • [X] No breaking changes

:crystal_ball: Next steps

iparadiso avatar Dec 06 '23 23:12 iparadiso