Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RabbitMQ ¶
type RabbitMQ struct {
// contains filtered or unexported fields
}
RabbitMQ represents RabbitMQ implementation
func NewRabbitMQ ¶
func NewRabbitMQ(conn *amqp.Connection) *RabbitMQ
NewRabbitMQ creates new RabbitMQ connection
func (*RabbitMQ) ConsumeMessages ¶
ConsumeMessages consumes messages from RabbitMQ
func (*RabbitMQ) IsConnected ¶ added in v0.1.2
IsConnected checks if the RabbitMQ connection is valid
Click to show internal directories.
Click to hide internal directories.