Skip to content

Sending and receiving messages in Amazon SQS using Spring Boot

Notifications You must be signed in to change notification settings

sebastiaojuniordev/springboot-sqs-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot SQS Example

Sending and receiving messages in Amazon SQS using Spring Boot.

Configuration

Change the application.properties with your AWS settings.

Run

mvn spring-boot:run

Test

curl --request POST \
  --url http://localhost:8080/sqs-example/send \
  --header 'Content-Type: application/json' \
  --data '{
	"id": 1,
	"fullName": "Sebastiao Junior",
	"email": "sebastiaojuniordev@gmail.com"
}'

License

MIT

About

Sending and receiving messages in Amazon SQS using Spring Boot

Topics

Resources

Stars

Watchers

Forks

Languages