Skip to content

franciskinyuru/RabbitMQ-Spring-WebFLux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ-SpringBoot-WebFlux

An implementation of RabbitMQ with SpringBoot WebFlux

Prerequisites

Install rabbitMQ and make sure its running locally

Fork/CLone

Clone the repository locally and run the services

Services

queue

service with api to add to queue

endpoint

request body

{ "items": [ { "name": "apples", "price": 30 }, { "name": "mango", "price": 30 }, { "name": "banana", "price": 30 } ]

consumefromapi

service to consume from the queue

What Next

Working on adding what i have consumed from the queue to the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages