modulepackage
0.0.0-20240102223607-8f7912a10872
Repository: https://github.com/rhettcp/jackrabbit.git
Documentation: pkg.go.dev
# README
JackRabbit
In progress
# Functions
NewRabbitBatchConsumer creates a new RabbitBatchConsumer.
NewRabbitConnection creates a new connection to Rabbitmq based on the
rabbitURL.
NewRabbitConsumer creates a new RabbitBatchConsumer.
NewRabbitPublisher creates a new RabbitPublisher.
# Structs
No description provided by the author
ExchangeDetails carries the specifics of an exchange.
QueueDetails carries the specifics of a queue.
RabbitBatchConsumer is a struct that handles all
rabbitmq consuming needs.
RabbitConnection holds and manages a single rabbitmq connection and channel.
RabbitConsumer is a struct that handles all
rabbitmq consuming needs.
RabbitPublisher is a struct that handles all
rabbitmq publishing needs.