https://github.com/queer/amyqp
https://github.com/queer/amyqp
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/queer/amyqp
- Owner: queer
- Created: 2017-12-26T23:22:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T20:45:27.000Z (over 8 years ago)
- Last Synced: 2025-06-26T19:13:45.973Z (12 months ago)
- Language: Elixir
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}`