yggdrasil v3.3.0 Yggdrasil.Subscriber.Adapter.RabbitMQ.Pool View Source

This module defines a RabbitMQ connection pool identified by a namespace.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor

Closes a RabbitMQ channel for a namespace

Opens a RabbitMQ channel for a namespace

Starts a RabbitMQ connection pool for a namespace with some optional Supervisor options

Stops the supervisor

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function close_channel(namespace, channel) View Source

Closes a RabbitMQ channel for a namespace.

Opens a RabbitMQ channel for a namespace.

Link to this function start_link(namespace, options \\ []) View Source

Starts a RabbitMQ connection pool for a namespace with some optional Supervisor options.

Stops the supervisor.