0
0
RabbitMQdevops~5 mins

Management plugin and HTTP API in RabbitMQ - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is the RabbitMQ Management Plugin?
The RabbitMQ Management Plugin is a tool that provides a web-based user interface and HTTP API to monitor and manage RabbitMQ servers easily.
Click to reveal answer
beginner
How do you enable the RabbitMQ Management Plugin?
You enable it by running the command: rabbitmq-plugins enable rabbitmq_management. This activates the plugin and starts the web UI and HTTP API.
Click to reveal answer
beginner
What is the default URL to access the RabbitMQ Management web UI?
The default URL is http://localhost:15672/. You open this in a browser to see the management dashboard.
Click to reveal answer
intermediate
What can you do with the RabbitMQ HTTP API?
You can use the HTTP API to programmatically check server status, list queues, exchanges, users, and perform management tasks like creating or deleting resources.
Click to reveal answer
beginner
Which port does the RabbitMQ Management Plugin use by default for HTTP API and web UI?
It uses port 15672 by default for both the HTTP API and the web UI.
Click to reveal answer
How do you enable the RabbitMQ Management Plugin?
Arabbitmq-plugins enable rabbitmq_management
Brabbitmqctl start_management
Cservice rabbitmq-management start
Drabbitmq-management enable
What is the default port for accessing the RabbitMQ Management web UI?
A5672
B15672
C8080
D4369
Which of the following is NOT a feature of the RabbitMQ HTTP API?
ARunning RabbitMQ server updates
BCreating and deleting users
CListing queues and exchanges
DChecking server status
After enabling the management plugin, where do you access the web UI?
Ahttp://localhost:5672/
Bhttp://localhost:8080/
Chttp://localhost:4369/
Dhttp://localhost:15672/
What command disables the RabbitMQ Management Plugin?
Aservice rabbitmq-management stop
Brabbitmqctl stop_management
Crabbitmq-plugins disable rabbitmq_management
Drabbitmq-management disable
Explain how to enable and access the RabbitMQ Management Plugin and its web UI.
Think about the command to enable and the URL to open.
You got /3 concepts.
    Describe the main uses of the RabbitMQ HTTP API provided by the Management Plugin.
    Focus on what tasks the API helps automate.
    You got /3 concepts.