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
Hello world.
Examples
iex> RabbitMQSender.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…)