Current section
Files
Jump to
Current section
Files
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