This is the starter code used in Boot.dev's Learn Pub/Sub course.
- Go to the RabbitMQ management UI at http://localhost:15672
- navigate to the "Exchanges" tab
- Create a new exchange called
peril_direct
with the typedirect
- Create a new exchange with type
topic
, and name itperil_topic
.
See https://www.rabbitmq.com/tutorials/amqp-concepts#exchange-topic