Skip to content

ExampleSpringCloud/amqp-rabbitmq-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages