MQTT Engine connecting to RabbitMQ

Has anyone connected to rabbitMQ?
I have added the server and the server shows as connected, however no subscriptions are ever created. and thus no devices or tags.

any advice would be much appreciated

I do know that customers have used RabbitMQ with the Cirrus Link Ignition modules. However, I believe there are some caveats to setting up subscriptions in RabbitMQ. I would suggest contacting their support dept to see how you allow subscriptions in that product.

Did you setup RabbitMQ as an MQTT broker? By default is an AMQP broker.

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.

its good to hear someone else if using RabbitMQ, not I can bother you with questions too! Glad you got it working!