An open API service indexing awesome lists of open source software.

https://github.com/queer/amyqp


https://github.com/queer/amyqp

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Amyqp

**TODO: Add description**

## Installation

Add `amyqp` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:amyqp, github: "queer/amyqp"}
]
end
```

## Configuration

```Elixir
%{
exchange: "",
queue: "",
queue_error: "",
username: "",
password: "",
host: "",
client_pid: "whatever",
}
```

The client pid needs to be able to `handle_info` messages of the form `{:msg, payload, redelivered, tag}`