Skip to content

juli0mendes/poc-springcloud-aws-sqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

poc-springcloud-aws-sqs

Using: Java 11, Spring Boot, Spring Cloud, hexagonal architecture, MongoDB, AWS SQS

To run the pub application, do:

  1. browse to the directory: poc-springcloud-aws-sqs\poc-spring-cloud-aws-sqs-pub
  2. execute the command: mvn spring-boot:run

To run the sub application, do:

  1. browse to the directory: poc-springcloud-aws-sqs\poc-spring-cloud-aws-sqs-sub
  2. execute the command: mvn spring-boot:run
  3. install Mongo with Docker: a) browse to the directory: poc-spring-cloud-aws-sns\src\main\resources b) execute the command: docker-compose up -d

IMPORTANT: You need to create an SQS queue in your Amazon account and change the setting in the TcpAwsSqsPersonAdapterIn.java class.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages