RabbitMQ Management HTTP API
RabbitMQ is a widely-deployed open-source message broker implementing AMQP, MQTT, STOMP, and other messaging protocols. The RabbitMQ Management HTTP API provides REST endpoints for managing exchanges, queues, bindings, users, and virtual hosts—critical for scalable event-driven microservice architectures.
Documentation
Documentation
https://www.rabbitmq.com/management.html
Getting Started
https://www.rabbitmq.com/tutorials
Specifications
Other Resources
OpenAPI
#AMQP
#Event-Driven
#Message Broker
#Microservices
#Open Source
#RabbitMQ