25 July, 2022

Setting up Rabbit MQ Server

 Docker command:


docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.10-management


To add a vhost

rabbitmqctl add_vhost my_vhost

and give permission to guest user

rabbitmqctl set_permissions -p my_vhost guest ".*" ".*" ".*"


Useful links:

https://stackoverflow.com/questions/39522467/create-vhost-on-windows-rabbitmq-node-using-command-line

No comments:

Post a Comment

Featured Post

Content Writing VS Content Marketing: How are Both Different From Each Other?

Regardless of how long the businesses have been introduced to digital marketing, it is often seen that they confuse the terms of marketing. ...