API Reference RabbitMQ Pool Ex v1.1.0
View SourceModules
RabbitMQPoolEx
is an Elixir library that provides a robust and efficient connection pooling mechanism for RabbitMQ.
It leverages poolboy
to manage a pool of connections, ensuring high performance and reliability in message-driven
applications.
The default adapter for interacting with RabbitMQ using the AMQP
library.
A behavior module defining the contract for interacting with RabbitMQ connections and channels.
Telemetry metrics for monitoring the pool size of RabbitMQ connections.
Worker module for managing RabbitMQ connections and channel pooling using poolboy
.
Represents the state of the RabbitMQ connection worker.