conejo v0.3.3 Conejo.Connection

Conejo.Connection will be in control of the unique connection to RabbitMQ (AMQP Broker).

Summary

Functions

It creates a new channel

It starts (linked) a new Conejo.Connection

Functions

new_channel()
new_channel() :: {:ok, AMQP.Channel} | {:error, String.t}

It creates a new channel

start_link(state, opts)

It starts (linked) a new Conejo.Connection