Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Queue ¶
type Queue struct { AmqpConnection *amqp.Connection Channel *amqp.Channel Entities map[string]amqp.Queue }
Queues is an entity witholding connections to queues and references to channels/queues
func NewAmqpConnection ¶
NewAmqpConnection takes a set of queue names, creates those channels, and establishes connections to such queues
func (Queue) ConsumerMessageFromQueue ¶
ConsumerMessageFromQueue consumes messages from queues
Click to show internal directories.
Click to hide internal directories.