Skip to content

feat: add property spring.cloud.aws.sqs.listener.auto-startup to define if sqs listeners should start up automatically #1435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

techadri
Copy link
Contributor

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

This PR adds the property spring.cloud.aws.sqs.listener.auto-startup to make it possible to disable auto startup of SQS listeners. See #1188 for more details. I consider this a non-breaking change, as the default for the auto-startup remains true.

💡 Motivation and Context

💚 How did you test it?

  • Updated test in SqsAutoConfigurationTest verifying that setting the property works
  • Updated test in SqsAutoConfigurationTest verifying that the default (true) is set correctly

📝 Checklist

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

🔮 Next steps

…ne if sqs listeners should start up automatically

 FIXES awspringgh-1188
@github-actions github-actions bot added component: sqs SQS integration related issue type: documentation Documentation or Samples related issue labels Aug 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: sqs SQS integration related issue type: documentation Documentation or Samples related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant