ExRabbitMQ v2.10.0 API Reference
Modules
A project providing the following abstractions
A GenServer
implementing a long running connection to a RabbitMQ server
A stucture holding the necessary information about a connection to a RabbitMQ node
A supervisor using the :simple_one_for_one strategy to serve as a template
for spawning new RabbitMQ connection (module ExRabbitMQ.Connection
) processes
A module holding constants (e.g., process dictionay keys) that are used in multiple sites
A behaviour module that abstracts away the handling of RabbitMQ connections and channels
A stucture holding the necessary information about a queue that is to be consumed
A behaviour module that abstracts away the handling of RabbitMQ connections and channels