Skip to content

pfaul/quarkus-aws-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarkus-aws-events

This is an example project to demonstrate a simple event based communication between two quarkus projects. SNS is used as a event publishing system, while SQS is used to store messages in a queue.

Starting the project:

NOTE: If the projects are started in the wrong order, the event communication will not work!

The consumer starts a localstack instance with both the SNS and SQS devservice. The producer then uses the same localstack instance to publish the messages.

cd sqs-event-consumer
quarkus dev

open a new terminal

cd sns-event-producer
quarkus dev

Expected behaviour:

The event publisher publishes messages regularly. Those messages are received and logged by the consumer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published