Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

RabbitMQ AMQP Messaging API

AMQP 0-9-1 messaging protocol for producing and consuming messages via exchanges, queues, and bindings with support for multiple exchange types, message acknowledgment, and consumer groups.

RabbitMQ AMQP Messaging API is one of 14 APIs that RabbitMQ publishes on the APIs.io network, described by an AsyncAPI event-driven specification.

This API exposes 1 JSON Schema definition.

Tagged areas include AMQP, Messaging, Pub-Sub, and Queues. The published artifact set on APIs.io includes API documentation, an AsyncAPI specification, and 1 JSON Schema.

This event API exposes 2 operations across 2 channels, and defines 1 schema. It is described by AsyncAPI 2.6.0, at version 3.13.0.

The API connects through a single server, localhost:5672 (amqp).

2 operations 2 channels 1 schemas

Metadata

The identity and technical contract details declared by the specification.

Specification
AsyncAPI 2.6.0
API Version
3.13.0
Server
localhost:5672 (amqp)
Contact
License
Resource Areas
1

Channels & Operations 2

Across 2 channels, the API surfaces 2 operations. Each is listed below with its action, channel, parameters, and response codes.

Channels 2
PUB
{exchange}/{routing_key}
Publish a message to an exchange
publishMessage 2 params body
SUB
{queue}
Consume messages from a queue
consumeMessage 1 param body

Messages & Schemas 1

The contract defines 1 schema that model the data carried by its messages. Each schema is shown below with its type and property counts.

AMQPMessage
message
A message in RabbitMQ following the AMQP 0-9-1 protocol

Specification

The full machine-readable AsyncAPI contract behind this narrative.

Source

rabbitmq-messaging.yml Raw ↑

Other APIs RabbitMQ publishes across the network.

RabbitMQ Bindings API
RabbitMQ Channels API
RabbitMQ Connections API
RabbitMQ Definitions API
RabbitMQ Exchanges API
RabbitMQ Health API
RabbitMQ Nodes API
RabbitMQ Overview API
RabbitMQ Permissions API
RabbitMQ Policies API
RabbitMQ Queues API
RabbitMQ Users API