deps/rabbitmq_amqp_client/README.md
The Erlang AMQP 1.0 client is a client that can communicate with any AMQP 1.0 broker. In contrast, this project (Erlang RabbitMQ AMQP 1.0 Client) can only communicate with RabbitMQ. This project wraps (i.e. depends on) the Erlang AMQP 1.0 client providing additionally the following RabbitMQ management operations:
Except for get queue, these management operations are defined in the AMQP 0.9.1 protocol.
To support these AMQP 0.9.1 / RabbitMQ specific operations over AMQP 1.0, this project implements a subset of the following (most recent) AMQP 1.0 extension specifications:
This project might support more (non AMQP 0.9.1) RabbitMQ operations via AMQP 1.0 in the future.
Topologies (exchanges, bindings, queues) in RabbitMQ can be created via