Host and Deployment Service
Shipwreck is both a Publisher and Consumer of RabbitMQ, and requires a running server to function.
Start a server with sudo systemctl start rabbitmq-server.service
and stop it with sudo systemctl enable rabbitmq-server.service
Its status can be checked with sudo rabbitmqctl status
Installed following steps here