spring-attic / spring-cloud-aws

All development has moved to https://github.com/awspring/spring-cloud-aws Integration for Amazon Web Services APIs with Spring
https://awspring.io/
Apache License 2.0
590 stars 375 forks source link

Deprecate @EnableSqs and @EnableSns #636

Closed maciejwalkowiak closed 4 years ago

maciejwalkowiak commented 4 years ago

Part of #591.

cloud.aws.sqs:
  listener:
    max-number-of-messages: 5
    wait-timeout: 10
    visibility-timeout: 5
  handler:
    default-deletion-policy: ON_SUCCESS

... and more.