https://github.com/kh77/spring-sqs
Implementing AWS SQS and DLQ
https://github.com/kh77/spring-sqs
aws-sqs java spring-boot
Last synced: about 2 months ago
JSON representation
Implementing AWS SQS and DLQ
- Host: GitHub
- URL: https://github.com/kh77/spring-sqs
- Owner: kh77
- Created: 2021-07-13T18:08:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T18:09:00.000Z (almost 5 years ago)
- Last Synced: 2025-12-07T03:44:36.044Z (6 months ago)
- Topics: aws-sqs, java, spring-boot
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-Boot SQS project
- We are using standard queue and dead letter queue from AWS SQS
- You need to create SQS standard queue 'sqs-demo-queue' and dead letter queue DLQ 'sqs-demo-queue' and bind this DLQ to standard queue
so that after attempting max tries it will go to DLQ
- You need to check application properties to set aws credential and endpoints
- 'cloud.aws.stack.auto=false' , we set this property because while running application it will throw error.After keeping this property it will throw error
- 'cloud.aws.end-point.uri' , when you create SQS standard queue you will get endpoint and set in properties file