GenStage based interface for RabbitMQ.
If available in Hex, the package can be installed as:
- Add
wabbit
to your list of dependencies inmix.exs
:
```elixir
def deps do
[{:wabbit, "~> 0.4.0"}]
end
```
- Ensure
wabbit
is started before your application:
```elixir
def application do
[applications: [:wabbit]]
end
```