/poc-spring-cloud-aws

This is a poc using Spring Cloud Amazon Web Service

Primary LanguageJavaApache License 2.0Apache-2.0

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