search-recommend/RabbitMQ.md

4 lines
165 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1.对新增用户授权:
到RabbitMQ的sbin目录下执行rabbitmqctl set_user_tags 新用户名 administrator
2. 列出所有用户:
rabbitmqctl list_users