Skip to content

Example of a Spring Boot Application with an SQS listener using Java 11

Notifications You must be signed in to change notification settings

lidj22/example-spring-sqs-listener-java-11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring SQS Listener (JDK 11)

A simple Spring Boot application that runs an AWS SQS request/response consumer, with JDK 11. The Application consumes from a request queue, and relays those messages to a response queue.

Requirements: JDK 11, Maven 3.

Set up appropriate AWS configurations with aws configure if necessary.

Install the application.

mvn clean install

Configure request and response queue environment variables in REQUEST_QUEUE_URL and RESPONSE_QUEUE_URL respectively.

Run the application:

java -jar target/spring-sqs-listener-*.jar

About

Example of a Spring Boot Application with an SQS listener using Java 11

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages