MQTT Engine connecting to RabbitMQ

Yes, I have RabbitMQ working and I am sending events from 4 devices.
The issue I was having was that I had pre-created the Queues in Rabbit and Cirrus Link did not like connecting to a pre-existing queue.
I deleted those Queues and let Cirrus Link create new queues and subscriptions upon connection, then everything worked.