RabbitMQ¶

RabbitMQ is an implementation of AMQP, the emerging standard for high performance enterprise messaging. The RabbitMQ server is a robust and scalable implementation of an AMQP broker.
Quickstart¶
Start an instance with 1-Click, or optionally using your cloud provider’s web/console
Have just a little patience: it does take a couple of minutes for all the background services to start up in your instance. If you get connection refused or site error messages - just wait a moment
SSH into your instance and then verify your rabbitmq service:
rabbitmqctl cluster_status
Monitoring¶
We are a Grafana shop and have a RabbitMQ exporter for RabbitMQ. You may import the dashboard from 10991.
See also
- Our RabbitMQ software
RPM Packages
https://www.rabbitmq.com/docs Official RabbitMQ Documentation