Packages

RMQ - a set of tools for convenient work with RabbitMQ

Current section

Files

Jump to
rmq lib rmq.ex
Raw

lib/rmq.ex

defmodule RMQ do
@moduledoc """
A set of tools for convenient work with RabbitMQ.
Based on `AMQP` elixir client.
Includes:
* `RMQ.Connection` - a behaviour for implementing managing of RabbitMQ connection.
* `RMQ.Consumer` - a behaviour for implementing RabbitMQ consumer.
* `RMQ.RPC` - a behaviour for implementing RPC via RabbitMQ.
"""
end