Skip to content

Pet project translating rest calls to RabbitMQ, using Spring Cloud Gateway

License

Notifications You must be signed in to change notification settings

Grandys/rabbitmq-api-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMq proxy

Pet project translating rest calls to RabbitMQ, using Spring Cloud Gateway.

Running project

  1. Start RabbitMq server with docker-compose:
docker-compose up

RabbitMq server has predefined single exchange notifications with type topic. Exchange is binded with queue notification.client, matching all routing key (*).

  1. Run Main method
  2. Execute http request publish-notification.http. Service will publish message to exchange specified in application properties

About

Pet project translating rest calls to RabbitMQ, using Spring Cloud Gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages