# RabbitMQ Deployment Guide

There are several ways to deploy RabbitMQ, in this guide we will focus on the Choclatey method, as it is the most reliable and fastest.

##### Install using Choclatey

After installing chocolatey, Open a powershell prompt and type the following command

```shell
choco install rabbitmq
```

This command will fully install RabbitMQ and all required software, once the script is complete you can continue to the [RabbitMQ Configuration guide](https://help.mychildcloud.com/books/mychild6-install-configuration/page/rabbitmq-configuration-guide "RabbitMQ Configuration Guide").