Documentation
¶
Index ¶
- type RabbitMQ
- func (mq *RabbitMQ) Connect()
- func (mq *RabbitMQ) CreateChannel() *amqp.Channel
- func (mq *RabbitMQ) CreateQueue(channel *amqp.Channel, queueName string) amqp.Queue
- func (mq *RabbitMQ) Pub(channel *amqp.Channel, queue amqp.Queue, msg string) error
- func (mq *RabbitMQ) Receive(queueName string)
- func (mq *RabbitMQ) Send(queueName, msg string)
- func (mq *RabbitMQ) Sub(channel *amqp.Channel, queue amqp.Queue) <-chan amqp.Delivery
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.