RabbitMQReceiver v0.1.2 RabbitMQReceiver

Documentation for RabbitMQReceiver.

Link to this section Summary

Link to this section Functions

Link to this function ack_delivery(server, delivery_tag)

Hello world.

Examples

iex> RabbitMQReceiver.hello
:world
Link to this function start_link(rabbit_options \\ [], queue_name, callback_module, callback_function, no_ack \\ true, gen_server_options \\ [])

Starts linked RabbitMQReceive rprocess and returns it’s pid, or raises otherwise.