Bootstrap FreeKB - RabbitMQ - Create User using the rabbitmqctl command
RabbitMQ - Create User using the rabbitmqctl command

Updated:   |  RabbitMQ articles

The rabbitmqctl command with the add_user option can be used to create a user. In this example, john.doe will be created with password itsasecret.

rabbitmqctl add_user john.doe itsasecret

 

If the user account is successfully created, something like this should be returned.

Creating user "john.doe"

 

Typically, you would next update the users account with a tag and grant the user access to a virtual host.




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 54448c in the box below so that we can be sure you are a human.