[rabbitmq-discuss] Where is list of users stored?

Emile Joubert emile at rabbitmq.com
Fri Nov 22 19:02:18 GMT 2013


Hi,

On 22/11/13 17:47, Neha Kansal wrote:

> I would like to know where is the list of users stored by RabbitMQ.


Users are stored in the Mnesia database, in the rabbit_user table.  You
can find the list of users by running "rabbitmqctl list_users". Make
sure the broker is shutdown cleanly before making copies of the database
folder.


-Emile




More information about the rabbitmq-discuss mailing list