RabbitMQ · AsyncAPI Specification
RabbitMQ AMQP Messaging API
Version 3.13.0
RabbitMQ messaging via AMQP 0-9-1 protocol. Producers publish messages to exchanges which route them to queues based on bindings and routing keys. Consumers subscribe to queues to receive messages.
View Spec
View on GitHub
AMQPDistributed SystemsEvent StreamingMessage BrokerMessagingQueueAsyncAPIWebhooksEvents
Channels
{exchange}/{routing_key}
Publish a message to an exchange
Messages are published to an exchange with a routing key. The exchange routes messages to bound queues based on exchange type and binding rules.
{queue}
Consume messages from a queue
Consumers subscribe to queues to receive messages. Queues can be durable, exclusive, or auto-delete. Messages are distributed to consumers in round-robin fashion.
Messages
AMQPMessage
AMQP Message
A message in RabbitMQ following the AMQP 0-9-1 protocol
Servers
amqp
default
localhost:5672
Default RabbitMQ AMQP endpoint