defmodule RMQ do @moduledoc """ A set of tools for convenient work with RabbitMQ. Based on `AMQP` library. It includes: * `RMQ.Connection` - for holding a robust connection to the server. * `RMQ.Consumer` - for implementing consumers. * `RMQ.RPC` - for implementing RPC via RabbitMQ. """ end