Skip to content

ScorprocS/rabbitmq-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rabbitmq-exchange

This is a simple project to show to my students how they could implement Spring RabbitMQ in a context of Microservices. This code is not perfect this is just a Proof of Concept in order to understand the mechanics.

Run the apps

use docker to run rabbitMQ docker run -d -p 5672:5672 -p 15672:15672 --name my-rabbit rabbitmq:3-management

run RabbitmqApplication.class as java Application or Spring Boot application

Try it

GET http://localhost:8080/created

GET http://localhost:8080/updated

GET http://localhost:8080/deleted

Configure and run consumer

Got to https://github.com/ScorprocS/rabbitmq-exchange-consumer image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages