API Reference amqp v3.0.0

Modules

This module provides AMQP-related types.

Provides access to configured connections and channels.

Functions to publish, consume and acknowledge messages.

Raised when the connection is closed or blocked.

Functions to operate on Channels.

Functions that work with publisher confirms (RabbitMQ extension to AMQP 0.9.1).

Functions to operate on Connections.

AMQP.DirectConsumer is an example custom consumer. It's argument is a pid of a process which the channel is meant to forward the messages to.

Functions to operate on Exchanges.

Functions to operate on Queues.

This is an Elixir reimplementation of :amqp_selective_consumer - source.