Skip to content

rogeriofbrito/spring-boot-jms-sqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run tests

  1. Start localstack: docker-compose up -d
  2. Run tests: mvn test

Run application

  1. Start localstack: docker-compose up -d
  2. Run application: mvn spring-boot:run
  3. Send a message to SQS queue: aws --endpoint-url=http://localhost:4566 --region=us-east-1 sqs send-message --queue-url=http://localhost:4566/000000000000/product_queue --message-body='{"id":1,"title":"Nike Court","brand":"Nike"}'

References

awslabs/amazon-sqs-java-messaging-lib#75

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published