contactsunny / AmazonSQSConsumerPOC

This is a simple Spring Boot project to receive messages from an Amazon SQS queue.

Home Page:https://blog.contactsunny.com/tech/receiving-messages-from-amazon-sqs-in-a-spring-boot-application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot project to receive messages from Amazon SQS

This is a simple Spring Boot project to receive messages from an Amazon SQS queue.

How to run

After you clone this repo, build the project using the command below:

mvn clean install

This will build the project and create a .jar file in the target/ directory. Then run the following command to run the project:

java -jar target/AmazonSQSConsumerPOC-1.0-SNAPSHOT.jar

About

This is a simple Spring Boot project to receive messages from an Amazon SQS queue.

https://blog.contactsunny.com/tech/receiving-messages-from-amazon-sqs-in-a-spring-boot-application

License:GNU General Public License v3.0


Languages

Language:Java 100.0%