Rabbitmq_management default address is: http://ip:15672 or http://ip:55672, as shown below:
User name default guest, password is guest, you can use the command to add other users and authorize
./rabbitmqctl Add_user Ewallet 123456
./rabbitmqctl set_user_tags Ewallet Administrator
After entering rabbitmq_management, the following image:
connections, RABBITMQ connection information, as shown below:
channels, based on the connection of the channel, the actual development of the link should be a global variable, the channel is thread-level
admin, Administrator user maintenance interface, you can add, delete, change, check the administrator user
queues, Message queue maintenance, can be added to the message queue, query operations, as shown below:
To establish a message queue to ensure that the login user has authorized virtual machine, establish virtual machine and authorization please refer to click to open the link, the license appears after the virtual machine selection bar, as shown below:
exchanges, switch maintenance interface, provides switch addition and query function, as shown below:
Bind the switches and queues as shown in the following figure:
Be aware that the switch name+ queue name uniquely locates a queue.
The switches and queue persistence properties tested here are not valid ...