Skip to content

Ahmedsafwat101/SpringBoot-RabbitMQ-Consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot-RabbitMQ-Consumer

Spring Boot RabbitMQ Consumer

A sample demo app for integrating spring boot with RabbitMQ and how to implement below mentioned all the exchange types.

  1. Direct Exchange
  2. Fanout Exchange
  3. Topic Exchange
  4. Headers Exchange
  5. Default Exchange

Run App

  • Run Docker Compose File to intall RabbitMQ

  • Run the producer on port 8080 "default"

  • Run the consumer on port 8081

  • monitor queus from http://localhost:15672/#/queues

Link to producer https://github.com/Ahmedsafwat101/SpringBoot-RabbitMQ-Producer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages