Skip to content
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

Add warning in case that the SimpleMessageListenerContainer is used with fifo queue and the AmazonSQSBufferedAsyncClient. #94

Merged
merged 3 commits into from
Mar 13, 2021

Conversation

tekener
Copy link
Contributor

@tekener tekener commented Mar 2, 2021

📢 Type of change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring

📜 Description

This PR ads logs a warning if the SimpleMessageListenerContainer is used with a fifo queue and the AmazonSQSBufferedAsyncClient. The AmazonSQSBufferedAsyncClient is not supporting FIFO queues!

💡 Motivation and Context

See #81

💚 How did you test it?

Added a test case

📝 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

…ith a fifo queue and the AmazonSQSBufferedAsyncClient.
Copy link
Contributor

@maciejwalkowiak maciejwalkowiak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @tekener for the contribution!

tekener and others added 2 commits March 11, 2021 16:08
…saging/listener/AbstractMessageListenerContainer.java

Co-authored-by: Maciej Walkowiak <walkowiak.maciej@yahoo.com>
@maciejwalkowiak maciejwalkowiak merged commit 8870231 into awspring:2.3.x Mar 13, 2021
juho9000 pushed a commit to juho9000/spring-cloud-aws that referenced this pull request Apr 29, 2021
…ith fifo queue and the AmazonSQSBufferedAsyncClient. (awspring#94)

Fixes awspring#81
juho9000 pushed a commit to juho9000/spring-cloud-aws that referenced this pull request Apr 29, 2021
…ith fifo queue and the AmazonSQSBufferedAsyncClient. (awspring#94)

Fixes awspring#81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants