RabbitMQ the control station instructions

1, RabbitMQ tube console is indeed a good thing, but if you are a novice, such as new to RabbitMQ, to see the RabbitMQ control station is also a look ignorant forced to speak, slow contact with more, just to understand some use.

  1), RabbitMQ overview of the control station Totals. If there is a message for consumption, then, if we create a queue, then there is progress and consumer display cases, implementation is displayed, you can see the manifestation of a line graph.

    The control station RabbitMQ overview Global counts. Connections represent the number of links, Channels represent the number of network communication channel, Exchanges represent the number of switches, Queues represents the number of queues, Consumers represent the number of consumers.

  2), RabbitMQ of control Taichung Overview of Nodes represent cases state of the current node, File descriptors file description, Socket descriptors is a communication situation, Erlang processes represent the number of Erlang processes, Memory represents the memory usage of the whole service, Disk space It represents the disk usage, Rates mode, Info storage on behalf of the state. path corresponding to the path of RabbitMQ some configurations, Config file representing the storage path, Database directory path represents the storage of data, Log file represents a path to the log file storage.

  3), RabbitMQ of control Taichung overview of Ports and contexts, is the port number RabbitMQ supplied represents what meaning, amqp default is 5672, clustering cluster default is 25672. Web contexts represents the port number RabbitMQ control station is 15672.

  4), the definition of the control station RabbitMQ overview Import / export definitions, can import and export files, and can easily import configuration files Rabbitmq everywhere. For example, you can export switches, virtual host, queue, and so on. When the upgrade is very useful.

2, RabbitMQ management and control stations Connections link, application services and RabbitMQ link.

. 3, the control station RabbitMQ Channels network communications channel, application services and operations performed RabbitMQ need to establish a connection, then the actual operation Channel.

4, RabbitMQ Exchanges of switch control station, the message delivery products directly to the switch, the switch to provide some default.

durable: true representative of the persistent storage, even if RabbitMQ service stopped, and restarted RabbitMQ services, these persistent switch will not be cleared.

A switch may be added, as shown, can choose their own configuration, the code is recommended Oh.

You can view the new details of the switch, as follows:

Can produce a message, the queue to see whether it has received the production of this message.

5, RabbitMQ the control station Queues queue.

Created after the point into the queue, you can view the details of the queue.

You can view the queue by routing switch key bindings, you can also add a switch, and then bind the routing keys, and queues.

Which may be the queue, the message production, observation testing.

Get message producer to producer, can be tested, you can specify the number of acquired messages.

Delete the queue, the queue inside or abnormal messages, I temporarily inoperable. Or observation

6, RabbitMQ Admin user's control station.

You can view the virtual host information as follows:

Click the name of the virtual host, you can see detailed information as follows:

 

Author: Mr. Do

Park blog: https://www.cnblogs.com/biehongli/

If you wish to receive timely articles and books written by individual push message, you can scan the Fanger Wei code, personal public concern number oh.

 

Guess you like

Origin www.cnblogs.com/biehongli/p/11874086.html