rabbitmq tips

The first two to download software version rabbitmq erlang and looked fit their own environment, download, install the software the security software you can exit.

Open cmd installation of rabbitmq 

Then Configuration Commands: rabbitmq-plugins.bat enable rabbitmq_management

                        View user commands: rabbitmqctl.bat list_users

                        Add User command: rabbitmqctl.bat add_user user (user name) 123456 after (password) run is completed the user can use the View command to see if your user presence

                    Assign permissions and then run the command: rabbitmqcrl.bat set_user_tags user (user name) administrator (administrator privileges) 

Http restart the computer access on your computer browser: \\ 127.0.0.1:15672 (local website) input just set the username and password 

After a successful login click the Virtual Hosts label 

 Interface into Virtual Hosts

                     Click / and then enter the configuration interface

user Select the user to create their own on the line; the basic configuration is complete.

I use C # for background operation can view the resources I uploaded

Published 11 original articles · won praise 11 · views 5248

Guess you like

Origin blog.csdn.net/i_qiangqiang/article/details/104248662