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