This repository contains a number of AMQP 0-9-1-related pages that historically were a part of the RabbitMQ website.
Some guides still can be found on the RabbitMQ Conformity and Specifications page, in particular the AMQP 0-9-1 Errata page.
AMQP 0-9-1 spec documents can be found under ./pdfs
. This is one of the most important parts for those looking
to contribute to an AMQP 0-9-1 client or RabbitMQ.
Protocol reference, implementation status and errata pages
that cover Team RabbitMQ's implementation of AMQP 0-8-9 and AMQP 0-9-1,
RabbitMQ's original core protocols, can be found as Markdown files
under ./docs
.
Machine-readable files mean to be used for AMQP 0-9-1 parser generation
can be found under ./xmls
. See rabbitmq-codgen
to understand how they are supposed to be used.