Skip to content

springbootbuch/messaging_cloudstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

messaging_cloudstream

This project needs a local RabbitMQ instance. If you don't have one, you can start one via Docker and Maven:

./mvnw docker:run

Complex scenario

Start the moduls film_rental and payment via

cd film_rental
./mvnw spring-boot:run

And in another shell

cd payment_service
./mvnw spring-boot:run

You then can post to the rental service like

curl -X "POST" "http://localhost:8080/returnedFilms" \
     -H "Content-Type: application/json; charset=utf-8" \
     -d $'{
  "title": "One Flew Over the Cuckoo\'s Nest"
}'

and see the film being billed in the the payment service.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages