ExRabbitMQ v2.11.1 ExRabbitMQ.Connection.Supervisor View Source

A supervisor using the :simple_one_for_one strategy to serve as a template for spawning new RabbitMQ connection (module ExRabbitMQ.Connection) processes.

Link to this section Summary

Functions

Starts a new RabbitMQ connection process with the specified configuration, and supervises it

Starts a new Supervisor for managing the RabbitMQ connections

Link to this section Functions

Link to this function start_child(connection_config \\ nil) View Source

Starts a new RabbitMQ connection process with the specified configuration, and supervises it.

Starts a new Supervisor for managing the RabbitMQ connections.