# Functions
AckOnSuccess will automatically acknowledge messages when no error is returned.
AppID sets a property application id for publishing.
ConfirmPublish ensures all published messages are confirmed by waiting for an ack/nack from the broker.
ContentEncoding sets a property MIME content encoding for publishing.
ContentType sets a property MIME content type for publishing.
CorrelationID sets a property correlation ID for publishing.
DeliveryMode sets a delivery mode for publishing.
DurableExchange is an option to set the Exchange to be durable.
DurableQueue creates a durable queue when subscribing.
ExchangeName is an option to set the ExchangeName.
ExchangeType is an option to set the rabbitmq exchange type.
Expiration sets a property message expiration spec for publishing.
No description provided by the author
Headers adds headers used by the headers exchange.
MessageId sets a property message identifier for publishing.
No description provided by the author
PrefetchCount ...
PrefetchGlobal creates a durable queue when subscribing.
Priority sets a priority level for publishing.
PublishDeliveryMode client.PublishOption for setting message "delivery mode" mode , Transient (0 or 1) or Persistent (2).
QueueArguments sets arguments for queue creation.
ReplyTo sets a property address to to reply to (ex: RPC) for publishing.
No description provided by the author
ServerAckOnSuccess export AckOnSuccess server.SubscriberOption.
ServerDurableQueue provide durable queue option for micro.RegisterSubscriber.
SubscribeContext set the context for broker.SubscribeOption.
Timestamp sets a property message timestamp for publishing.
TypeMsg sets a property message type name for publishing.
UserID sets a property user id for publishing.
WithoutExchange is an option to use the rabbitmq default exchange.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# 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
No description provided by the author
No description provided by the author
# Structs
Exchange is the rabbitmq exchange.
No description provided by the author
# Type aliases
No description provided by the author