/rabbitmq-workshop-2

RabbitMQ Workshop vol. 2

Primary LanguagePython

RabbitMQ workshop vol.2

Setup

Add to /etc/hosts (Linux) or c:\WINDOWS\system32\drivers\etc\hosts (Windows):

127.0.0.1 rabbitmq.workshop.com

Update ./index.html with your custom/unique userId:

var workshopUserId = "yourCustomUserName";

Usage

Starting the project:

docker-compose up -d

Accessing RabbitMQ management dashboard: http://rabbitmq.workshop.com:15672