# Functions
AckOnSuccess will automatically acknowledge messages when no error is returned.
DeliveryMode sets a delivery mode for publishing.
DurableExchange is an option to set the Exchange to be durable.
DurableMessageContext create new context with metadata for durable message sending.
DurableQueue creates a durable queue when subscribing.
ExchangeName is an option to set the ExchangeName.
No description provided by the author
Headers adds headers used by the headers exchange.
No description provided by the author
PrefetchCount ...
PrefetchGlobal creates a durable queue when subscribing.
Priority sets a priority level for publishing.
QueueArguments sets arguments for queue creation.
RequeueOnError calls Nack(muliple:false, requeue:true) on amqp delivery when handler returns error.
ServerAckOnSuccess support "manual ack" on success.
ServerDurableQueue provide durable queue option for micro.RegisterSubscriber.
SubscribeContext set the context for broker.SubscribeOption.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Exchange is the rabbitmq exchange.
No description provided by the author