Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶ added in v0.4.2
type Consumer struct {
// contains filtered or unexported fields
}
Consumer defines a AMQP subscriber.
func New ¶
func New(name, url, queue, exchange string, oo ...OptionFunc) (*Consumer, error)
New creates a new AMQP consumer with some defaults. Use option to change.
type OptionFunc ¶ added in v0.4.3
OptionFunc definition for configuring the consumer in a functional way.
func Buffer ¶ added in v0.4.3
func Buffer(buf int) OptionFunc
Buffer option for adjusting the incoming messages buffer.
func Requeue ¶ added in v0.4.3
func Requeue(requeue bool) OptionFunc
Requeue option for adjusting the requeue policy of a message.
func Timeout ¶ added in v0.4.3
func Timeout(timeout time.Duration) OptionFunc
Timeout option for adjusting the timeout of the connection.
Click to show internal directories.
Click to hide internal directories.