Skip to content

luramarchanjo/poc-spring-cloud-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a poc using Spring Cloud Amazon Web Service

Setup

AWS CLI

AWS SQS

Testing

Standard Queue

StandardProducer

Sends the messages to standard-queue

StandardConsumer

Process the messages from standard-queue

The messages should not be received in order

Message 1
Message 3
Message 2
Message 5

FIFO Queue

FifoProducer

Sends the messages to queue.fifo

FifoConsumer

Process the messages from standard-queue

The messages should be received in order

Message 1
Message 2
Message 3
Message 4

Be Happy

About

This is a poc using Spring Cloud Amazon Web Service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages