Documentation ¶ Index ¶ type Consumer func NewConsumer(cfg *config.StompConfig) *Consumer func (c *Consumer) Close() error func (c *Consumer) Connect() error func (c *Consumer) Consume(queueName string, handler func(msg []byte) error) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Consumer ¶ type Consumer struct { // contains filtered or unexported fields } func NewConsumer ¶ func NewConsumer(cfg *config.StompConfig) *Consumer func (*Consumer) Close ¶ func (c *Consumer) Close() error func (*Consumer) Connect ¶ func (c *Consumer) Connect() error func (*Consumer) Consume ¶ func (c *Consumer) Consume(queueName string, handler func(msg []byte) error) error Source Files ¶ View all Source files activemq.go Click to show internal directories. Click to hide internal directories.