Skip to content

ExampleSpringCloud/amqp-rabbitmq-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Listener

Setup RabbitMQ

  • install and run rabbitmq
  • open browser http://localhost:15672
    • username: guest
    • password: guest
  • create exchange named tut.fanout
  • create queue named test
  • bind exchange tut.fanout to queue test

Run Application

  • mvn spring-boot:run

Test Application

  • run the other application and go to http://localhost:8080/
    • you should see Hello World printed out in console

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages