0
0
RabbitMQdevops~5 mins

RabbitMQ management UI - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the RabbitMQ Management UI?
The RabbitMQ Management UI is a web-based interface that lets you monitor and manage RabbitMQ servers easily. It shows queues, exchanges, connections, and lets you perform actions like creating queues or viewing messages.
Click to reveal answer
beginner
How do you enable the RabbitMQ Management UI plugin?
You enable it by running the command: rabbitmq-plugins enable rabbitmq_management. This activates the web interface on port 15672 by default.
Click to reveal answer
beginner
Which port does the RabbitMQ Management UI use by default?
The default port for the RabbitMQ Management UI is 15672. You can access it by opening http://localhost:15672 in your browser.
Click to reveal answer
intermediate
What kind of information can you see in the RabbitMQ Management UI?
You can see queues, exchanges, bindings, connections, channels, and node status. It also shows message rates and lets you inspect message contents.
Click to reveal answer
beginner
How do you log in to the RabbitMQ Management UI?
You log in using RabbitMQ user credentials. By default, the user is guest with password guest, but this user can only log in from localhost for security.
Click to reveal answer
What command enables the RabbitMQ Management UI plugin?
Arabbitmqctl start_management
Brabbitmq-plugins enable rabbitmq_management
Crabbitmq-server --enable-ui
Drabbitmq-ui activate
Which port do you open in your browser to access the RabbitMQ Management UI by default?
A5672
B4369
C8080
D15672
What can you NOT do with the RabbitMQ Management UI?
AWrite custom RabbitMQ plugins
BCreate and delete queues
CView message rates
DInspect message contents
Which user can log in to the RabbitMQ Management UI by default from any machine?
Aguest
Badmin
Cguest only from localhost
Danonymous
What type of interface is the RabbitMQ Management UI?
AWeb-based interface
BCommand line
CDesktop application
DMobile app
Explain how to enable and access the RabbitMQ Management UI.
Think about the plugin command and default port.
You got /3 concepts.
    Describe the main features you can monitor or manage using the RabbitMQ Management UI.
    Focus on what you see and control in the UI.
    You got /4 concepts.