package
0.0.0-20240508045546-cfcd8fed9230
Repository: https://github.com/a-aslani/golang_message_brokers.git
Documentation: pkg.go.dev

# Functions

ConnectRabbitMQ will spawn a Connection.
NewRabbitMQClient will connect and return a Rabbitclient with an open connection Accepts a amqp Connection to be reused, to avoid spawning one TCP connection per concurrent client.

# Structs

No description provided by the author
RabbitClient is used to keep track of the RabbitMQ connection.