Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BoundQueueToExchange ¶
func CreateExchange ¶
Types ¶
type RabbitExchange ¶
type RabbitQueue ¶
type RabbitRep ¶
type RabbitRep struct {
Connection *amqp091.Connection
Exchange *RabbitExchange
Channel *amqp091.Channel
QueueInstance []amqp091.Queue
}
func InitializeRabbit ¶
func InitializeRabbit(uri string, exchange RabbitExchange, queues []RabbitQueue) (*RabbitRep, error)
Click to show internal directories.
Click to hide internal directories.