rabbitmq_fabric v0.0.1 RabbitMQFabric.RabbitMQ.Components

Summary

Functions

opens an amqp definition block

defines a binding between an exchange and a queue

defines a callback to setup the channel. Useful for custom configurations like Basic.qos

defines a connection

defines a queue

Functions

amqp(list) (macro)

opens an amqp definition block

bind(queue, options) (macro)

defines a binding between an exchange and a queue

callback(func) (macro)

defines a callback to setup the channel. Useful for custom configurations like Basic.qos

connection(uri) (macro)

defines a connection

exchange(name, type, options \\ []) (macro)

defines an exchange

queue(name, options \\ []) (macro)

defines a queue