package
0.2.1
Repository: https://github.com/inteleon/go-amqp.git
Documentation: pkg.go.dev

# Packages

Package mock_queue is a generated GoMock package.

# Functions

NewRabbitMQConsumer is a helper function for creating a new RabbitMQConsumer.

# Structs

RabbitMQConsumer is the consumer struct for RabbitMQ.
RabbitMQConsumerOptions should be populated and passed to the NewRabbitMQConsumer function when called.
RabbitMQContext is a RabbitMQ context.
RabbitMQDelivery implements the AMQPDelivery interface for returning RabbitMQ specific delivery data (payload, etc.).
RabbitMQExchange defines an exchange See https://www.rabbitmq.com/amqp-0-9-1-reference.html for more information about the arguments when declaring exchanges.
RabbitMQQueue defines a single queue that we will connect to (and declare if needed).

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

ProcessFunc is the function used to process every incoming message.