Question about 3.x SQS dependency #560
-
Hi I'm using the @SqsListener annotation of spring-cloud-aws-messaging dependency to consume sqs queue and seeing the same bottleneck issue as #23. Looks like you've fixed that issue in the recent 3.0.0-M2 release, #374, and I'm wondering if the SQS dependency is ready to be used as a replacement of spring-cloud-aws-messaging dependency? The reason why I'm asking is I'm not able to find a SqsMessageDeletionPolicy class and the @SqsListene doesn't support the deletionPolicy parameter. Thank you so much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @NingyuanZhang, the Please refer to the documentation - the configuration you're looking for is in the acknowledgement section. I hope this answers your question - feel free to ask if you have any further questions. |
Beta Was this translation helpful? Give feedback.
Hi @NingyuanZhang, the
Spring Cloud AWS 3.0 SQS
integration is a complete rewrite of the feature, so probably a few adjustments will be necessary in your code.Please refer to the documentation - the configuration you're looking for is in the acknowledgement section.
I hope this answers your question - feel free to ask if you have any further questions.