conejo v0.3.3 Conejo.Channel behaviour
Conejo.Channel
is the behaviour which will help you to implement your own RabbitMQ Channels.
This behaviour is a low level module. I recommend to use Conejo.Consumer
or Conejo.Publisher
for your applications.
Summary
Callbacks
It publishes data asynchronously
It binds to a queue
The channel starts to consume data
It declares an exchange
It declares a queue
Callback called when a message is received
It publishes data synchronously
Types
Callbacks
It publishes data asynchronously
It binds to a queue
The channel starts to consume data
declare_exchange(channel, exchange, exchange_type)
declare_exchange(channel, exchange, exchange_type) :: any
It declares an exchange
It declares a queue
Callback called when a message is received