# Functions
Close closes the AMQP connections and channels if they are non-nil.
Init initializes the AMQP connection to RabbitMQ.
New creates a new Amqpd instance and initializes its channel.
NewAmqpdConsumer creates a new AmqpdConsumer instance.
Publish publishes a message to the specified exchange with the given routing key using the default Amqpd instance (Default).
# Constants
Constants for standard AMQP 0-9-1 exchange types.
Constants for standard AMQP 0-9-1 exchange types.
Constants for standard AMQP 0-9-1 exchange types.
Constants for standard AMQP 0-9-1 exchange types.
# Structs
No description provided by the author
AmqpdConsumer is a struct for an AMQP consumer, used for asynchronously consuming messages from multiple queues.
# Type aliases
No description provided by the author