Documentation
¶
Index ¶
Constants ¶
View Source
const ( //direct|fanout|topic ExchangeTypeDirect = "direct" ExchangeTypeFanout = "fanout" ExchangeTypeTopic = "topic" )
View Source
const (
Proto = "rabbit"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct { EnableDeadLetter bool //开启死信队列 DeadLetterQueue string // contains filtered or unexported fields }
Consumer Consumer
func NewConsumer ¶
NewConsumerByConfig 创建新的Consumer
type Option ¶
type Option func(opts *options)
func WithExchange ¶
func WithExchangeType ¶
func WithVirtualHost ¶
Click to show internal directories.
Click to hide internal directories.