luramarchanjo / poc-spring-cloud-aws

This is a poc using Spring Cloud Amazon Web Service

Home Page:https://spring.io/projects/spring-cloud-aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://spring.io/projects/spring-cloud-aws

License:Apache License 2.0


Languages

Language:Java 100.0%