Web Hosting & VPS Tips

Unleash Your Server Potential with Expert Insights

Hosting provided by: Cloudways
Free to Try! Up to 40% Off!

Category: VPS Setup

Set up RabbitMQ—a message broker—on a Debian VPS—add repo:
echo \"deb https://dl.bintray.com/rabbitmq-erlang/debian buster erlang\" >> /etc/apt/sources.list
install:
apt install rabbitmq-server -y
Start with
systemctl start rabbitmq-server
open port:
ufw allow 5672
On DigitalOcean test with
rabbitmqctl status
—expect running Ensures uptime—queues tasks for phpMyAdmin in VPS hosting add SSL for security

Back to All Tips