== Repo to demonstrate queues not being created in RabbitMQ using the rabbitmq plugin
This video (https://youtu.be/pVDRA38QQss) demonstrates the queues not being created:
- start a local instance of rabbitmq. On mac it can be rabbitmq-server. Install rabbitmq with brew install rabbitmq
- Clone this app
- Go to http://localhost:15672 guest/guest
- Notice no queues
- grails run-app
- Notice still no queues -- Expected, the queues should have been created.