RabbitMQSender v0.1.5 RabbitMQSender

Documentation for RabbitMQSender.

Link to this section Summary

Functions

Hello world

Send a message. Note: a queue plays a role of a topic in case we’ve configured a named Exchange with type :topic

Starts linked RabbitMQSender rprocess and returns it’s pid, or raises otherwise. option_switches - in a keyword list of options. Options include: :exchnage - name of the exchange to be configured, :exchange_type - type of the exchange, which include: :direct, :fanout, :topic, :match (and :headers), etc. (to be continued…)

Link to this section Functions

Link to this function get_rabbit_options()

Hello world.

Examples

iex> RabbitMQSender.hello
:world
Link to this function resl(prompt, sender_pid, queue)
Link to this function send_message(server, queue, message, send_sync \\ false)

Send a message. Note: a queue plays a role of a topic in case we’ve configured a named Exchange with type :topic.

Link to this function start_link(options \\ [], gen_server_options \\ [], option_switches \\ [])

Starts linked RabbitMQSender rprocess and returns it’s pid, or raises otherwise. option_switches - in a keyword list of options. Options include: :exchnage - name of the exchange to be configured, :exchange_type - type of the exchange, which include: :direct, :fanout, :topic, :match (and :headers), etc. (to be continued…)