Documentation ¶
Overview ¶
Package rabbitmq provides a RabbitMQ broker
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DurableExchange ¶
DurableExchange creates an option for durable exchange when subscribing.
func DurableQueue ¶
func DurableQueue() broker.SubscribeOption
DurableQueue creates a durable queue when subscribing.
func Headers ¶
func Headers(h map[string]interface{}) broker.SubscribeOption
Headers adds headers used by the headers exchange
func PrefetchCount ¶
func PrefetchCount(c int) broker.SubscribeOption
PrefetchCount creates an option for rmq QoS.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.