- 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.fanoutto queuetest
mvn spring-boot:run
- go to
http://localhost:8080/- you should see the text
sent
- you should see the text