\Place Holder\
Docker Compose Config for Rabbit MQ
- Docker: >=20.10.17
- Docker Compose: >=1.29.2
Pulling and running the containers with docker compose
docker-compose up -d
sh into the container with the following command
docker exec -it messaging-queue sh
navigate to the following directory
cd /script
Create a new vhost
Once the vhost is created you will be asked to either create a new user to attach to the vhost or to attach an existing user the the vhost.
After creating a vhost we will need to create a queue.